JSONDataArray ClassNFX Class Library

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

Represents a data transfer object (DTO) JSON array, that holds a list of values
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem.Collections.Generic List OnlineObject 
    NFX.Serialization.JSON JSONDataArray

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

public class JSONDataArray : List<Object>, 
	IJSONDataObject
See Also