Uses of Interface
com.upokecenter.cbor.ICBORConverter
| Package | Description |
|---|---|
| com.upokecenter.cbor |
-
Uses of ICBORConverter in com.upokecenter.cbor
Subinterfaces of ICBORConverter in com.upokecenter.cbor Modifier and Type Interface Description interfaceICBORToFromConverter<T>Classes that implement this interface can support conversions from CBOR objects to a custom type and back.Classes in com.upokecenter.cbor that implement ICBORConverter Modifier and Type Class Description classCBORDateConverterA class for converting date-time objects to and from tagged CBOR objects.Methods in com.upokecenter.cbor with parameters of type ICBORConverter Modifier and Type Method Description <T> CBORTypeMapperCBORTypeMapper. AddConverter(java.lang.reflect.Type type, ICBORConverter<T> converter)Registers an object that converts objects of a given type to CBOR objects (called a CBOR converter).