IJSONReadable ReadAsJSON Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Reads entitie's data/state from low-level IJSONDataObject which is supplied right by JSONParser. An implementer may elect to throw various types of esceptions to signal such conditions as: unknown key map, or too many fields not supplied etc.

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

void ReadAsJSON(
	IJSONDataObject data
)
See Also