Package com.ditto.java.serialization
package com.ditto.java.serialization
-
ClassesClassDescriptionRepresents a value that can be serialized to CBOR format.Represents a CBOR array value.Builder for constructing CBOR arrays.Represents a CBOR boolean value.Represents a CBOR byte string value.Represents a CBOR dictionary (map) value.Builder for constructing CBOR dictionaries.Represents a CBOR double value.Represents a CBOR float value.Represents a CBOR negative integer value.Represents a CBOR null value.Represents a CBOR tagged value.Represents a CBOR unsigned integer value.Represents a CBOR UTF-8 string value.Represents a value that can be serialized to JSON format.Represents a JSON array value.Represents a JSON null value.Represents a JSON object value.Represents a JSON primitive value (boolean, number).Represents a JSON string value.