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
Methods
GetTypeId()
public override TypeId GetTypeId()
Returns
SizeOf(SerializationContext, in TypeId)
public override int SizeOf(SerializationContext context, in TypeId value)
Parameters
contextSerializationContextvalueTypeId
Returns
TryRead(SerializationContext, ref ReadOnlyRowBuffer, out TypeId)
public override bool TryRead(SerializationContext context, ref ReadOnlyRowBuffer buffer, out TypeId value)
Parameters
contextSerializationContextbufferReadOnlyRowBuffervalueTypeId
Returns
Write(SerializationContext, ref RowBuffer, in TypeId)
public override void Write(SerializationContext context, ref RowBuffer buffer, in TypeId value)
Parameters
contextSerializationContextbufferRowBuffervalueTypeId