Click or drag to resize

ReplicaSerializerDeserializeObject Method

Namespace:  SoftGear.Strix.Client.Replica.Serialization
Assembly:  strix-client-csharp-replica (in strix-client-csharp-replica.dll) Version: 2.3.0
Syntax
C#
public override Object DeserializeObject(
	IDecoder decoder,
	Type clazz,
	Object obj
)

Parameters

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

Return Value

Type: Object

Implements

IObjectSerializer.DeserializeObject(IDecoder, Type, Object)
See Also