Click or drag to resize

RoomDirectRelayMessageSerializer.CountProperties Method

Namespace:  SoftGear.Strix.Client.Room.Serialization
Assembly:  strix-client-csharp-room (in strix-client-csharp-room.dll) Version: 2.3.0
Syntax
C#
public override int CountProperties(
	Type clazz,
	Object obj
)

Parameters

clazz
Type: System.Type
obj
Type: System.Object

Return Value

Type: Int32

Implements

IObjectSerializer.CountProperties(Type, Object)
See Also