Add project files.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace TheXamlGuy.Framework.Serial;
|
||||
|
||||
public interface ISerialFactory
|
||||
{
|
||||
ISerialContext<TSerialReader, TContent> Create<TSerialReader, TContent>(ISerialConfiguration configuration) where TSerialReader : SerialReader<TContent>;
|
||||
}
|
||||
Reference in New Issue
Block a user