Uses of Interface
com.upokecenter.cbor.ICBORConverter
-
Uses of ICBORConverter in com.upokecenter.cbor
Subinterfaces of ICBORConverter in com.upokecenter.cborModifier and TypeInterfaceDescriptioninterfaceClasses that implement this interface can support conversions from CBOR objects to a custom type and back.Classes in com.upokecenter.cbor that implement ICBORConverterModifier and TypeClassDescriptionfinal classA class for converting date-time objects to and from tagged CBOR objects.Methods in com.upokecenter.cbor with parameters of type ICBORConverterModifier and TypeMethodDescription<T> CBORTypeMapperCBORTypeMapper.AddConverter(Type type, ICBORConverter<T> converter) Registers an object that converts objects of a given type to CBOR objects (called a CBOR converter).