Declaration
public static TElement Serialize<TElement>(
Type saveType,
object saveObject,
IClassifyFormat<TElement> format,
ClassifyOptions options = null
)Summary
Converts the specified object into a serialized form.
Generic type parameters
| TElement |
Type of the serialized form (see format). |
Parameters
| Type | saveType |
Type of object to convert. |
| object | saveObject |
Object to be serialized. |
| IClassifyFormat<TElement> | format |
Implementation of a Classify format. |
| ClassifyOptions | options |
Options. |
Returns
The serialized form generated from the object.