Uses of Package
com.upokecenter.cbor

Packages that use com.upokecenter.cbor 
Package Description
com.upokecenter.cbor  
  • Classes in com.upokecenter.cbor used by com.upokecenter.cbor 
    Class Description
    CBORDateConverter
    A class for converting date-time objects to and from tagged CBOR objects.
    CBORDateConverter.ConversionType
    Conversion type for date-time conversion.
    CBOREncodeOptions
    Specifies options for encoding and decoding CBOR objects.
    CBORNumber
    An instance of a number that CBOR or certain CBOR tags can represent.
    CBORNumber.NumberKind
    Specifies the underlying form of this CBOR number object.
    CBORObject
    Represents an object in Concise Binary Object Representation (CBOR) and contains methods for reading and writing CBOR data.
    CBORType
    Represents a type that a CBOR object can have.
    CBORTypeMapper
    Holds converters to customize the serialization and deserialization behavior of CBORObject.FromObject and CBORObject#ToObject, as well as type filters for ToObject.
    ICBORConverter
    Interface implemented by classes that convert objects of arbitrary types to CBOR objects.
    ICBORToFromConverter
    Classes that implement this interface can support conversions from CBOR objects to a custom type and back.
    JSONOptions
    Includes options to control how CBOR objects are converted to and from JavaScript object Notation (JSON).
    JSONOptions.ConversionMode
    Specifies how JSON numbers are converted to CBOR objects when decoding JSON (such as via FromJSONString or ReadJSON).
    PODOptions
    Options for controlling how certain DotNET or Java objects, such as so-called "plain old data" objects (better known as POCOs in DotNET or POJOs in Java), are converted to CBOR objects.