Class UInt8Serializer
- Namespace
- MarymoorStudios.Core.Serialization.System
- Assembly
- MarymoorStudios.Core.Serialization.dll
public sealed class UInt8Serializer : Serializer<byte>
- Inheritance
-
UInt8Serializer
- Inherited Members
Constructors
UInt8Serializer()
public UInt8Serializer()
Properties
TypeId
public static TypeId TypeId { get; }
Property Value
Methods
GetTypeId()
public override TypeId GetTypeId()
Returns
SizeOf(SerializationContext, in byte)
public override int SizeOf(SerializationContext context, in byte value)
Parameters
contextSerializationContextvaluebyte
Returns
TryRead(SerializationContext, ref ReadOnlyRowBuffer, out byte)
public override bool TryRead(SerializationContext context, ref ReadOnlyRowBuffer buffer, out byte value)
Parameters
contextSerializationContextbufferReadOnlyRowBuffervaluebyte
Returns
Write(SerializationContext, ref RowBuffer, in byte)
public override void Write(SerializationContext context, ref RowBuffer buffer, in byte value)
Parameters
contextSerializationContextbufferRowBuffervaluebyte