Click or drag to resize
IReaderSpi Methods

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

The IReaderSpi type exposes the following members.

Methods
  Name Description
Public method SetBuilders
Specifies a custom IDictionaryReader and IListReader to use when parsing native dictionary and lists in JSON or MessagePack. Implementations must accept any type of input and must return dictionaries or lists of any type of content. This function must be called before Reader.Read is called.
Top
See Also