package json
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class ApiCodecCompressed extends AnyRef
A compressed encoding of API values.
A compressed encoding of API values.
The encoded values do not include type information. For example, it is impossible to distinguish party and text values in the encoded format.
Therefore, this JSON format can only decode given a target type.
apiValueJsonReader
can create a JSON reader with the necessary type information. - trait NavigatorModelAliases[Cid] extends AnyRef
Aliases used by navigator's Scala backend, from which this package was derived.
Value Members
- object ApiCodecCompressed extends ApiCodecCompressed
- object ApiValueImplicits
- object JsonVariant
- object NavigatorModelAliases extends NavigatorModelAliases[String]