Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: byte[] Serialize<T>(T, ClassifyOptions)

Declaration

public static byte[] Serialize<T>(
    T saveObject,
    ClassifyOptions options = 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.

Returns

The serialized form generated from the object.