Click or drag to resize

TempParentIdSerializerDeserialize Method

Namespace:  SoftGear.Strix.Unity.Runtime.Replica
Assembly:  StrixUnityRuntime (in StrixUnityRuntime.dll) Version: 1.5.0
Syntax
C#
public ParentId? Deserialize(
	IDictionary<int, Object> properties
)

Parameters

properties
Type: System.Collections.GenericIDictionaryInt32, Object

Return Value

Type: NullableParentId

Implements

IParentIdSerializerDeserialize(IDictionaryInt32, Object)
See Also