Click or drag to resize
NForza.Transit.Spi Namespace

[This is preliminary documentation and is subject to change.]

Provides extension points for other .NET languages.
Interfaces
  Interface Description
Public interface IReaderSpi
Interface for providing custom IDictionaryReader and IListReader implementations for a Reader to use when parsing native JSON or MessagePack composite structures. This entry point exists to enable Transit libraries for other .NET languages to layer on top of the C# Transit library, but still get language-appropriate dictionaries and lists returned from a parse, while ensuring that parsing and decoding work correctly. This interface should never be used by applications that using this library.