Click or drag to resize

IParentIdSerializerDeserialize Method

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

Parameters

properties
Type: System.Collections.GenericIDictionaryInt32, Object

Return Value

Type: NullableParentId
See Also