Table of Contents

Class SteamErrorExceptionSerializer

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

Constructors

SteamErrorExceptionSerializer()

public SteamErrorExceptionSerializer()

Properties

TypeId

public static TypeId TypeId { get; }

Property Value

TypeId

Methods

GetTypeId()

public override TypeId GetTypeId()

Returns

TypeId

SizeOf(SerializationContext, in SteamErrorException?)

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

Parameters

context SerializationContext
value SteamErrorException

Returns

int

SizeOfSegment(SerializationContext, in SteamErrorException)

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

Parameters

context SerializationContext
value SteamErrorException

Returns

int

TryRead(SerializationContext, ref ReadOnlyRowBuffer, out SteamErrorException?)

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

Parameters

context SerializationContext
buffer ReadOnlyRowBuffer
value SteamErrorException

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

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

Parameters

context SerializationContext
buffer RowBuffer
value SteamErrorException

WriteSegment(SerializationContext, ref RowBuffer, in SteamErrorException)

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

Parameters

context SerializationContext
buffer RowBuffer
value SteamErrorException