Refactor serials
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface ISerialContextFactory
|
||||
{
|
||||
ISerialContext<TReader, TRead, TEvent>? Create<TConfiguration, TReader, TRead, TEvent>()
|
||||
where TConfiguration : ISerialConfiguration
|
||||
where TReader : SerialReader<TRead>
|
||||
where TEvent : SerialEventArgs<TRead>, new();
|
||||
}
|
||||
Reference in New Issue
Block a user