Table of Contents

Class TypeIdSerializer

Namespace
MarymoorStudios.Core.Serialization.System
Assembly
MarymoorStudios.Core.Serialization.dll
public sealed class TypeIdSerializer : Serializer<TypeId>
Inheritance
TypeIdSerializer
Inherited Members

Constructors

TypeIdSerializer()

public TypeIdSerializer()

Properties

TypeId

public static TypeId TypeId { get; }

Property Value

TypeId

Methods

GetTypeId()

public override TypeId GetTypeId()

Returns

TypeId

SizeOf(SerializationContext, in TypeId)

public override int SizeOf(SerializationContext context, in TypeId value)

Parameters

context SerializationContext
value TypeId

Returns

int

TryRead(SerializationContext, ref ReadOnlyRowBuffer, out TypeId)

public override bool TryRead(SerializationContext context, ref ReadOnlyRowBuffer buffer, out TypeId value)

Parameters

context SerializationContext
buffer ReadOnlyRowBuffer
value TypeId

Returns

bool

Write(SerializationContext, ref RowBuffer, in TypeId)

public override void Write(SerializationContext context, ref RowBuffer buffer, in TypeId value)

Parameters

context SerializationContext
buffer RowBuffer
value TypeId