Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: byte[] Serialize(Type, object, ClassifyOptions)

Declaration

public static byte[] Serialize(
    Type saveType,
    object saveObject,
    ClassifyOptions options = null
)

Summary

Converts the specified object into a serialized form.

Parameters

TypesaveType Type of object to convert.
objectsaveObject Object to be serialized.
ClassifyOptionsoptions Options.

Returns

The serialized form generated from the object.