Open sandboxFocus

Method SerializeObject

SerializeObject(RelationshipInfo, IArgumentsWriter)

Serializes an object

Declaration
public override void SerializeObject(RelationshipInfo obj, IArgumentsWriter constructorArguments)
Parameters
Type Name Description
RelationshipInfo obj
IArgumentsWriter constructorArguments

Gives access to arguments that will be passed to the DeserializeObject(IArgumentsReader) method during deserialization.

Overrides