Class AccountIDSerializer
- Namespace
- MarymoorStudios.Core.Steamworks
- Assembly
- MarymoorStudios.Core.Steamworks.dll
public sealed class AccountIDSerializer : Serializer<AccountID>
- Inheritance
-
AccountIDSerializer
- Inherited Members
-
Constructors
AccountIDSerializer()
public AccountIDSerializer()
Properties
TypeId
public static TypeId TypeId { get; }
Property Value
- TypeId
Methods
GetTypeId()
public override TypeId GetTypeId()
Returns
- TypeId
SizeOf(SerializationContext, in AccountID)
public override int SizeOf(SerializationContext context, in AccountID value)
Parameters
context
SerializationContext
value
AccountID
Returns
- int
SizeOfSegment(SerializationContext, in AccountID)
public static int SizeOfSegment(SerializationContext context, in AccountID value)
Parameters
context
SerializationContext
value
AccountID
Returns
- int
TryRead(SerializationContext, ref ReadOnlyRowBuffer, out AccountID)
public override bool TryRead(SerializationContext context, ref ReadOnlyRowBuffer buffer, out AccountID value)
Parameters
context
SerializationContext
buffer
ReadOnlyRowBuffer
value
AccountID
Returns
- bool
TryReadSegment(SerializationContext, ref ReadOnlyRowBuffer, out uint)
public static bool TryReadSegment(SerializationContext context, ref ReadOnlyRowBuffer buffer, out uint memberId)
Parameters
context
SerializationContext
buffer
ReadOnlyRowBuffer
memberId
uint
Returns
- bool
Write(SerializationContext, ref RowBuffer, in AccountID)
public override void Write(SerializationContext context, ref RowBuffer buffer, in AccountID value)
Parameters
context
SerializationContext
buffer
RowBuffer
value
AccountID
WriteSegment(SerializationContext, ref RowBuffer, in AccountID)
public static void WriteSegment(SerializationContext context, ref RowBuffer buffer, in AccountID value)
Parameters
context
SerializationContext
buffer
RowBuffer
value
AccountID