Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

Converts the specified object into a serialized form.

Parameters

TypesaveType Type of object to convert.
objectsaveObject 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.