Skip to content

Commit 3e0f672

Browse files
committed
update Java version
1 parent 43e7433 commit 3e0f672

18 files changed

+4120
-4753
lines changed

api/Home.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,58 @@
11
# API Documentation
22

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.
66

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.
1010

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.
1313

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
1616
objects.
1717

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.
2020

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.
2323

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.
2727

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.
3232

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.
3535

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
3838
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.
4040

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.
4343

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.
4646

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.
4949

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).
5353

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.
5656

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

Comments
 (0)