Click or drag to resize

RoomRelayNotificationSerializerCreateObject 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 Object CreateObject(
	Type clazz
)

Parameters

clazz
Type: SystemType

Return Value

Type: Object

Implements

IObjectSerializer.CreateObject(Type)
See Also