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