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