Table of Contents

Class SteamExceptionSerializer

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
public sealed class SteamExceptionSerializer : Serializer<SteamException?>, IDerivedSerializer<SteamException?>, IDerivedSerializer
Inheritance
SteamExceptionSerializer
Implements
Inherited Members

Constructors

SteamExceptionSerializer()

public SteamExceptionSerializer()

Properties

TypeId

public static TypeId TypeId { get; }

Property Value

TypeId

Methods

GetTypeId()

public override TypeId GetTypeId()

Returns

TypeId

SizeOf(SerializationContext, in SteamException?)

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

Parameters

context SerializationContext
value SteamException

Returns

int

SizeOfSegment(SerializationContext, in SteamException)

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

Parameters

context SerializationContext
value SteamException

Returns

int

TryRead(SerializationContext, ref ReadOnlyRowBuffer, out SteamException?)

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

Parameters

context SerializationContext
buffer ReadOnlyRowBuffer
value SteamException

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 SteamException?)

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

Parameters

context SerializationContext
buffer RowBuffer
value SteamException

WriteSegment(SerializationContext, ref RowBuffer, in SteamException)

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

Parameters

context SerializationContext
buffer RowBuffer
value SteamException