Open sandboxFocus

Class ValueTypeSerializer<T>

Inheritance
ValueTypeSerializer<T>
Implements
Namespace: Metalama.Framework.Serialization
Assembly: Metalama.Framework.dll
Syntax
public abstract class ValueTypeSerializer<T> : ISerializer where T : struct
Type Parameters
Name Description
T

Constructors

Name Description
ValueTypeSerializer()

Methods

Name Description
Convert(object, Type)

Converts a value into a given target type.

DeserializeObject(IArgumentsReader)

Creates an instance of the given type.

SerializeObject(T, IArgumentsWriter)

Serializes an object.