Package | Description |
---|---|
jsonvalues.spec |
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications (specs) and parsers.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
JsIO.serialize(Json<?> json)
Serializes the specified JSON into an array of bytes
|
void |
JsIO.serialize(Json<?> json,
OutputStream stream)
Serializes the specified JSON into the given output stream
|
Copyright © 2023. All rights reserved.