Click or drag to resize

JsonViewModelSerializerDeSerialize Method

Overload List
 NameDescription
Public methodDeSerialize(Stream, Type) De-serializes the data from the stream as the specified type
Public methodDeSerialize(TextReader, Type) De-serializes data from the reader as specified type
Public methodDeSerializeTModel(Stream) De-serializes the specified object from the stream
Public methodDeSerializeTModel(String) De-serialize data from the string
Top
See Also