Declaration
public static byte[] Serialize(
Type saveType,
object saveObject,
ClassifyOptions options = null
)
Summary
Converts the specified object into a serialized form.
Parameters
Type | saveType |
Type of object to convert. |
object | saveObject |
Object to be serialized. |
ClassifyOptions | options |
Options. |
Returns
The serialized form generated from the object.