Click or drag to resize

CFXJsonSerializer Class

A utility class that converts CFX Envelopes and Messages to and from JSON format
Inheritance Hierarchy
SystemObject
  CFX.UtilitiesCFXJsonSerializer

Namespace: CFX.Utilities
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class CFXJsonSerializer

The CFXJsonSerializer type exposes the following members.

Constructors
 NameDescription
Public methodCFXJsonSerializer 
Top
Properties
 NameDescription
Public propertyStatic memberJsonSettings Settings that control how serialization and deserialization of CFX objects will be done
Top
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