DeserializeObject(IArgumentsReader)
Creates an instance of the given type.
Declaration
public override RelationshipInfo DeserializeObject(IArgumentsReader constructorArguments)Parameters
| Type | Name | Description |
|---|---|---|
| IArgumentsReader | constructorArguments | Gives access to arguments required to create the instance. |
Returns
| Type | Description |
|---|---|
| RelationshipInfo | An instance of type RelationshipInfo initialized using |
Overrides
PostSharp.Serialization.ValueTypeSerializer<PostSharp.Patterns.Model.RelationshipInfo>.DeserializeObject(PostSharp.Serialization.IArgumentsReader)