Click or drag to resize
MmsSerializationSurrogateGetDeserializedObject Method

[Missing <summary> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetDeserializedObject(System.Object,System.Type)"]

Namespace: Lithnet.MetadirectoryServices
Assembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax
public Object GetDeserializedObject(
	Object obj,
	Type targetType
)

Parameters

obj
Type: SystemObject

[Missing <param name="obj"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetDeserializedObject(System.Object,System.Type)"]

targetType
Type: SystemType

[Missing <param name="targetType"/> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetDeserializedObject(System.Object,System.Type)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Lithnet.MetadirectoryServices.MmsSerializationSurrogate.GetDeserializedObject(System.Object,System.Type)"]

Implements

IDataContractSurrogateGetDeserializedObject(Object, Type)
See Also