Table of Contents

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

TypeId

Methods

GetTypeId()

public override TypeId GetTypeId()

Returns

TypeId

SizeOf(SerializationContext, in sbyte)

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

Parameters

context SerializationContext
value sbyte

Returns

int

TryRead(SerializationContext, ref ReadOnlyRowBuffer, out sbyte)

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

Parameters

context SerializationContext
buffer ReadOnlyRowBuffer
value sbyte

Returns

bool

Write(SerializationContext, ref RowBuffer, in sbyte)

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

Parameters

context SerializationContext
buffer RowBuffer
value sbyte