Class AbortedExceptionSerializer
- Namespace
- MarymoorStudios.Core.Rpc.Exceptions
- Assembly
- MarymoorStudios.Core.Rpc.Exceptions.dll
public sealed class AbortedExceptionSerializer : Serializer<AbortedException?>, IDerivedSerializer<AbortedException?>, IDerivedSerializer
- Inheritance
-
AbortedExceptionSerializer
- Implements
-
- Inherited Members
-
Constructors
AbortedExceptionSerializer()
public AbortedExceptionSerializer()
Properties
TypeId
public static TypeId TypeId { get; }
Property Value
- TypeId
Methods
GetTypeId()
public override TypeId GetTypeId()
Returns
- TypeId
SizeOf(SerializationContext, in AbortedException?)
public override int SizeOf(SerializationContext context, in AbortedException? value)
Parameters
context
SerializationContext
value
AbortedException
Returns
- int
SizeOfSegment(SerializationContext, in AbortedException)
public static int SizeOfSegment(SerializationContext context, in AbortedException value)
Parameters
context
SerializationContext
value
AbortedException
Returns
- int
TryRead(SerializationContext, ref ReadOnlyRowBuffer, out AbortedException?)
public override bool TryRead(SerializationContext context, ref ReadOnlyRowBuffer buffer, out AbortedException? value)
Parameters
context
SerializationContext
buffer
ReadOnlyRowBuffer
value
AbortedException
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 AbortedException?)
public override void Write(SerializationContext context, ref RowBuffer buffer, in AbortedException? value)
Parameters
context
SerializationContext
buffer
RowBuffer
value
AbortedException
WriteSegment(SerializationContext, ref RowBuffer, in AbortedException)
public static void WriteSegment(SerializationContext context, ref RowBuffer buffer, in AbortedException value)
Parameters
context
SerializationContext
buffer
RowBuffer
value
AbortedException