Table of Contents

Class NotFoundExceptionSerializer

Namespace
MarymoorStudios.Core.Rpc.Exceptions
Assembly
MarymoorStudios.Core.Rpc.Exceptions.dll
public sealed class NotFoundExceptionSerializer : Serializer<NotFoundException?>, IDerivedSerializer<NotFoundException?>, IDerivedSerializer
Inheritance
NotFoundExceptionSerializer
Implements
Inherited Members

Constructors

NotFoundExceptionSerializer()

public NotFoundExceptionSerializer()

Properties

TypeId

public static TypeId TypeId { get; }

Property Value

TypeId

Methods

GetTypeId()

public override TypeId GetTypeId()

Returns

TypeId

SizeOf(SerializationContext, in NotFoundException?)

public override int SizeOf(SerializationContext context, in NotFoundException? value)

Parameters

context SerializationContext
value NotFoundException

Returns

int

SizeOfSegment(SerializationContext, in NotFoundException)

public static int SizeOfSegment(SerializationContext context, in NotFoundException value)

Parameters

context SerializationContext
value NotFoundException

Returns

int

TryRead(SerializationContext, ref ReadOnlyRowBuffer, out NotFoundException?)

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

Parameters

context SerializationContext
buffer ReadOnlyRowBuffer
value NotFoundException

Returns

bool

TryReadSegment(SerializationContext, ref ReadOnlyRowBuffer)

public static bool TryReadSegment(SerializationContext context, ref ReadOnlyRowBuffer buffer)

Parameters

context SerializationContext
buffer ReadOnlyRowBuffer

Returns

bool

Write(SerializationContext, ref RowBuffer, in NotFoundException?)

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

Parameters

context SerializationContext
buffer RowBuffer
value NotFoundException

WriteSegment(SerializationContext, ref RowBuffer, in NotFoundException)

public static void WriteSegment(SerializationContext context, ref RowBuffer buffer, in NotFoundException value)

Parameters

context SerializationContext
buffer RowBuffer
value NotFoundException