Click or drag to resize

UtilDeserializeFoam Method

This deserializes a whole foam object from a Json string. Since it only looks at a singular object the dual cannot be deserialized here. Instead placeholder object will be used in the properties for the dual.

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static PFoam DeserializeFoam(
	string jsonFoam
)

Parameters

jsonFoam
Type: SystemString

[Missing <param name="jsonFoam"/> documentation for "M:PolyFramework.Util.DeserializeFoam(System.String)"]

Return Value

Type: PFoam

[Missing <returns> documentation for "M:PolyFramework.Util.DeserializeFoam(System.String)"]

See Also