Package org.dmfs.express.json.elementary
Class Array
java.lang.Object
org.dmfs.express.json.elementary.Array
- All Implemented Interfaces:
JsonValue
A
JsonValue array. A JSON array can contain any JSON value.-
Constructor Summary
ConstructorsConstructorDescriptionArray()Array(CharSequence... elements) Creates aJsonValuearray ofCharSequences. -
Method Summary
-
Constructor Details
-
Array
public Array() -
Array
- Parameters:
elements- the elements of the Array
-
Array
- Parameters:
elements- the elements of the Array
-
Array
- Parameters:
elements- the elements of the Array
-
Array
Creates aJsonValuearray ofCharSequences.- Parameters:
elements- the elements of the Array
-
Array
- Parameters:
elements- the elements of the Array
-
Array
-
-
Method Details
-
serialize
- Specified by:
serializein interfaceJsonValue- Throws:
IOException
-