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