Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Serialization / Value­Type­Serializer<T> / Deserialize­Object

Method DeserializeObject

DeserializeObject(IArgumentsReader)

Creates an instance of the given type.

Declaration
public abstract T DeserializeObject(IArgumentsReader constructorArguments)
Parameters
Type Name Description
IArgumentsReader constructorArguments

Gives access to arguments required to create the instance.

Returns
Type Description
T

An instance of type T initialized using constructorArguments.