Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: JsonValue Serialize<T>(T, ClassifyOptions, IClassifyFormat<JsonValue>)

Declaration

public static JsonValue Serialize<T>(
    T saveObject,
    ClassifyOptions options = null,
    IClassifyFormat<JsonValue> format = null
)

Summary

Converts the specified object into a serialized form.

Generic type parameters

T Type of object to convert.

Parameters

TsaveObject Object to be serialized.
ClassifyOptionsoptions Options.
IClassifyFormat<JsonValue>format Implementation of a Classify format. See ClassifyJsonFormat for an example.

Returns

The serialized form generated from the object.