|
1 | 1 | # API Documentation |
2 | 2 |
|
3 | | -* [com.upokecenter.cbor.ICBORConverter<T>](com.upokecenter.cbor.ICBORConverter.md) - |
4 | | -Interface implemented by classes that convert objects of arbitrary types to |
5 | | - CBOR objects. |
| 3 | +- [com.upokecenter.cbor.ICBORConverter<T>](com.upokecenter.cbor.ICBORConverter.md) - |
| 4 | + Interface implemented by classes that convert objects of arbitrary types to |
| 5 | + CBOR objects. |
6 | 6 |
|
7 | | -* [com.upokecenter.cbor.ICBORToFromConverter<T>](com.upokecenter.cbor.ICBORToFromConverter.md) - |
8 | | -Classes that implement this interface can support conversions from CBOR |
9 | | - objects to a custom type and back. |
| 7 | +- [com.upokecenter.cbor.ICBORToFromConverter<T>](com.upokecenter.cbor.ICBORToFromConverter.md) - |
| 8 | + Classes that implement this interface can support conversions from CBOR |
| 9 | + objects to a custom type and back. |
10 | 10 |
|
11 | | -* [com.upokecenter.cbor.CBORDataUtilities](com.upokecenter.cbor.CBORDataUtilities.md) - |
12 | | -Contains methods useful for reading and writing data, with a focus on CBOR. |
| 11 | +- [com.upokecenter.cbor.CBORDataUtilities](com.upokecenter.cbor.CBORDataUtilities.md) - |
| 12 | + Contains methods useful for reading and writing data, with a focus on CBOR. |
13 | 13 |
|
14 | | -* [com.upokecenter.cbor.CBORDateConverter](com.upokecenter.cbor.CBORDateConverter.md) - |
15 | | -A class for converting date-time objects to and from tagged CBOR |
| 14 | +- [com.upokecenter.cbor.CBORDateConverter](com.upokecenter.cbor.CBORDateConverter.md) - |
| 15 | + A class for converting date-time objects to and from tagged CBOR |
16 | 16 | objects. |
17 | 17 |
|
18 | | -* [com.upokecenter.cbor.CBOREncodeOptions](com.upokecenter.cbor.CBOREncodeOptions.md) - |
19 | | -Specifies options for encoding and decoding CBOR objects. |
| 18 | +- [com.upokecenter.cbor.CBOREncodeOptions](com.upokecenter.cbor.CBOREncodeOptions.md) - |
| 19 | + Specifies options for encoding and decoding CBOR objects. |
20 | 20 |
|
21 | | -* [com.upokecenter.cbor.CBORNumber](com.upokecenter.cbor.CBORNumber.md) - |
22 | | -An instance of a number that CBOR or certain CBOR tags can represent. |
| 21 | +- [com.upokecenter.cbor.CBORNumber](com.upokecenter.cbor.CBORNumber.md) - |
| 22 | + An instance of a number that CBOR or certain CBOR tags can represent. |
23 | 23 |
|
24 | | -* [com.upokecenter.cbor.CBORObject](com.upokecenter.cbor.CBORObject.md) - |
25 | | -Represents an object in Concise Binary Object Representation (CBOR) and |
26 | | - contains methods for reading and writing CBOR data. |
| 24 | +- [com.upokecenter.cbor.CBORObject](com.upokecenter.cbor.CBORObject.md) - |
| 25 | + Represents an object in Concise Binary Object Representation (CBOR) and |
| 26 | + contains methods for reading and writing CBOR data. |
27 | 27 |
|
28 | | -* [com.upokecenter.cbor.CBORTypeMapper](com.upokecenter.cbor.CBORTypeMapper.md) - |
29 | | -Holds converters to customize the serialization and deserialization behavior |
30 | | - of CBORObject.FromObject and CBORObject#ToObject, as |
31 | | - well as type filters for ToObject. |
| 28 | +- [com.upokecenter.cbor.CBORTypeMapper](com.upokecenter.cbor.CBORTypeMapper.md) - |
| 29 | + Holds converters to customize the serialization and deserialization behavior |
| 30 | + of CBORObject.FromObject and CBORObject#ToObject, as |
| 31 | + well as type filters for ToObject. |
32 | 32 |
|
33 | | -* [com.upokecenter.cbor.JSONOptions](com.upokecenter.cbor.JSONOptions.md) - |
34 | | -Includes options to control how CBOR objects are converted to JSON. |
| 33 | +- [com.upokecenter.cbor.JSONOptions](com.upokecenter.cbor.JSONOptions.md) - |
| 34 | + Includes options to control how CBOR objects are converted to JSON. |
35 | 35 |
|
36 | | -* [com.upokecenter.cbor.PODOptions](com.upokecenter.cbor.PODOptions.md) - |
37 | | -Options for controlling how certain DotNET or Java objects, such as |
| 36 | +- [com.upokecenter.cbor.PODOptions](com.upokecenter.cbor.PODOptions.md) - |
| 37 | + Options for controlling how certain DotNET or Java objects, such as |
38 | 38 | so-called "plain old data" objects (better known as POCOs in DotNET or |
39 | | - POJOs in Java), are converted to CBOR objects. |
| 39 | + POJOs in Java), are converted to CBOR objects. |
40 | 40 |
|
41 | | -* [com.upokecenter.cbor.CBORDateConverter.ConversionType](com.upokecenter.cbor.CBORDateConverter.ConversionType.md) - |
42 | | -Conversion type for date-time conversion. |
| 41 | +- [com.upokecenter.cbor.CBORDateConverter.ConversionType](com.upokecenter.cbor.CBORDateConverter.ConversionType.md) - |
| 42 | + Conversion type for date-time conversion. |
43 | 43 |
|
44 | | -* [com.upokecenter.cbor.CBORNumber.NumberKind](com.upokecenter.cbor.CBORNumber.NumberKind.md) - |
45 | | -Specifies the underlying form of this CBOR number object. |
| 44 | +- [com.upokecenter.cbor.CBORNumber.NumberKind](com.upokecenter.cbor.CBORNumber.NumberKind.md) - |
| 45 | + Specifies the underlying form of this CBOR number object. |
46 | 46 |
|
47 | | -* [com.upokecenter.cbor.CBORType](com.upokecenter.cbor.CBORType.md) - |
48 | | -Represents a type that a CBOR object can have. |
| 47 | +- [com.upokecenter.cbor.CBORType](com.upokecenter.cbor.CBORType.md) - |
| 48 | + Represents a type that a CBOR object can have. |
49 | 49 |
|
50 | | -* [com.upokecenter.cbor.JSONOptions.ConversionMode](com.upokecenter.cbor.JSONOptions.ConversionMode.md) - |
51 | | -Specifies how JSON numbers are converted to CBOR objects when decoding JSON |
52 | | - (such as via FromJSONString or ReadJSON). |
| 50 | +- [com.upokecenter.cbor.JSONOptions.ConversionMode](com.upokecenter.cbor.JSONOptions.ConversionMode.md) - |
| 51 | + Specifies how JSON numbers are converted to CBOR objects when decoding JSON |
| 52 | + (such as via FromJSONString or ReadJSON). |
53 | 53 |
|
54 | | -* [com.upokecenter.cbor.CBORException](com.upokecenter.cbor.CBORException.md) - |
55 | | -Exception thrown for errors involving CBOR data. |
| 54 | +- [com.upokecenter.cbor.CBORException](com.upokecenter.cbor.CBORException.md) - |
| 55 | + Exception thrown for errors involving CBOR data. |
56 | 56 |
|
57 | | -* [com.upokecenter.util.DataUtilities](com.upokecenter.util.DataUtilities.md) - |
58 | | -Contains methods useful for reading and writing text strings. |
| 57 | +- [com.upokecenter.util.DataUtilities](com.upokecenter.util.DataUtilities.md) - |
| 58 | + Contains methods useful for reading and writing text strings. |
0 commit comments