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
Returns
The serialized form generated from the object.