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
context
SerializationContextvalue
byte
Returns
TryRead(SerializationContext, ref ReadOnlyRowBuffer, out byte)
public override bool TryRead(SerializationContext context, ref ReadOnlyRowBuffer buffer, out byte value)
Parameters
context
SerializationContextbuffer
ReadOnlyRowBuffervalue
byte
Returns
Write(SerializationContext, ref RowBuffer, in byte)
public override void Write(SerializationContext context, ref RowBuffer buffer, in byte value)
Parameters
context
SerializationContextbuffer
RowBuffervalue
byte