Open sandboxFocus

Class ReferenceTypeSerializer

Inheritance
ReferenceTypeSerializer
Implements
Namespace: Metalama.Framework.Serialization
Assembly: Metalama.Framework.dll
Syntax
public abstract class ReferenceTypeSerializer : ISerializer

Constructors

Name Description
ReferenceTypeSerializer()

Methods

Name Description
Convert(object, Type)

Converts a value into a given target type.

CreateInstance(Type, IArgumentsReader)

Creates an instance of the given type.

DeserializeFields(object, IArgumentsReader)

Completes the second phase of deserialization by setting fields and other properties.

SerializeObject(object, IArgumentsWriter, IArgumentsWriter)

Serializes an object.