SerializeObject(T, IArgumentsWriter)
Serializes an object.
Declaration
public abstract void SerializeObject(T obj, IArgumentsWriter constructorArguments)Parameters
| Type | Name | Description |
|---|---|---|
| T | obj | |
| IArgumentsWriter | constructorArguments | Gives access to arguments that will be passed to the DeserializeObject(IArgumentsReader) method during deserialization. |