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