Click or drag to resize

CFXJsonSerializer Methods

The CFXJsonSerializer type exposes the following members.

Methods
 NameDescription
Public methodStatic memberDeserializeObject(String, Type) Converts a string in JSON format into the CFX object that it represents
Public methodStatic memberDeserializeObjectT(String) Converts a string in JSON format into the CFX object that it represents
Public methodStatic memberSerializeObject Serializes a CFX object into JSON format
Public methodStatic memberSerializeObjectWithTypes Serializes a CFX object into JSON format, including type information
Top
See Also