PostSharpAPI ReferencePost­Sharp.​Patterns.​ModelRelationship­Info.​SerializerSerialize­Object
Open sandboxFocus

RelationshipInfo.Serializer.SerializeObject Method

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
ValueTypeSerializer<RelationshipInfo>.SerializeObject(RelationshipInfo, IArgumentsWriter)