ValueTypeSerializer<T>.DeserializeObject Method |
Creates an instance of the given type.
Namespace: PostSharp.Serialization
Assembly: PostSharp (in PostSharp.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public abstract T DeserializeObject( IArgumentsReader constructorArguments )
Parameters
- constructorArguments
- Type: PostSharp.Serialization.IArgumentsReader
Gives access to arguments required to create the instance.
Return Value
Type: TAn instance of type T initialized using constructorArguments.