Click or drag to resize

RoomDirectRelayNotificationSerializerDeserializeObject 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 virtual Object DeserializeObject(
	IDecoder decoder,
	Type clazz,
	Object obj
)

Parameters

decoder
Type: IDecoder
clazz
Type: SystemType
obj
Type: SystemObject

Return Value

Type: Object
See Also