Interface IParserComposer<T>
Represents an object that can be parsed from and composed to a packet.
public interface IParserComposer<T> : IComposer, IParser<T> where T : IParser<T>
Type Parameters
T
- Inherited Members
Represents an object that can be parsed from and composed to a packet.
public interface IParserComposer<T> : IComposer, IParser<T> where T : IParser<T>
T