@@ -2593,8 +2593,7 @@ Generates a CBORObject from an arbitrary object. See the overload of this
25932593 parameter's inputs to types specially handled by this method (such as <code >
25942594 int</code > or <code >string</code >) and/or to plain-old-data types (POCO or POJO types)
25952595 within the control of the application. If the plain-old-data type references
2596- other data types, those types should likewise meet either criterion
2597- above.</p >.
2596+ other data types, those types should likewise meet either criterion given earlier.</p >.
25982597
25992598** Returns:**
26002599
@@ -2615,7 +2614,7 @@ Generates a CBORObject from an arbitrary object. See the overload of this
26152614 inputs to types specially handled by this method (such as <code >int</code > or
26162615 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
26172616 the control of the application. If the plain-old-data type references other
2618- data types, those types should likewise meet either criterion above .</p >.
2617+ data types, those types should likewise meet either criterion given earlier .</p >.
26192618
26202619* <code >options</code > - An object containing options to control how certain objects
26212620 are converted to CBOR objects.
@@ -2643,7 +2642,7 @@ Generates a CBORObject from an arbitrary object. See the overload of this
26432642 inputs to types specially handled by this method (such as <code >int</code > or
26442643 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
26452644 the control of the application. If the plain-old-data type references other
2646- data types, those types should likewise meet either criterion above .</p >.
2645+ data types, those types should likewise meet either criterion given earlier .</p >.
26472646
26482647* <code >mapper</code > - An object containing optional converters to convert objects of
26492648 certain types to CBOR objects.
@@ -2772,7 +2771,7 @@ Generates a CBORObject from an arbitrary object. See the overload of this
27722771 inputs to types specially handled by this method (such as <code >int</code > or
27732772 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
27742773 the control of the application. If the plain-old-data type references other
2775- data types, those types should likewise meet either criterion above .</p >.
2774+ data types, those types should likewise meet either criterion given earlier .</p >.
27762775
27772776* <code >mapper</code > - An object containing optional converters to convert objects of
27782777 certain types to CBOR objects. Can be null.
@@ -2833,7 +2832,7 @@ Generates a CBOR object from an arbitrary object and gives the resulting
28332832 inputs to types specially handled by this method (such as <code >int</code > or
28342833 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
28352834 the control of the application. If the plain-old-data type references other
2836- data types, those types should likewise meet either criterion above .</p >.
2835+ data types, those types should likewise meet either criterion given earlier .</p >.
28372836
28382837* <code >bigintTag</code > - <p >Tag number. The tag number 55799 can be used to mark a
28392838 "self-described CBOR" object. This document does not attempt to list all
@@ -2910,7 +2909,7 @@ Generates a CBOR object from an arbitrary object and gives the resulting
29102909 inputs to types specially handled by this method (such as <code >int</code > or
29112910 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
29122911 the control of the application. If the plain-old-data type references other
2913- data types, those types should likewise meet either criterion above .</p >.
2912+ data types, those types should likewise meet either criterion given earlier .</p >.
29142913
29152914* <code >smallTag</code > - <p >A 32-bit integer that specifies a tag number. The tag
29162915 number 55799 can be used to mark a "self-described CBOR" object. This
@@ -3693,7 +3692,7 @@ Writes a CBOR object to a CBOR data stream. See the three-parameter Write
36933692 inputs to types specially handled by this method (such as <code >int</code > or
36943693 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
36953694 the control of the application. If the plain-old-data type references other
3696- data types, those types should likewise meet either criterion above .</p >.
3695+ data types, those types should likewise meet either criterion given earlier .</p >.
36973696
36983697* <code >output</code > - A writable data stream.
36993698
@@ -3729,7 +3728,7 @@ Writes a CBOR object to a CBOR data stream. See the three-parameter Write
37293728 inputs to types specially handled by this method (such as <code >int</code > or
37303729 <code >string</code >) and/or to plain-old-data types (POCO or POJO types) within
37313730 the control of the application. If the plain-old-data type references other
3732- data types, those types should likewise meet either criterion above .</p >.
3731+ data types, those types should likewise meet either criterion given earlier .</p >.
37333732
37343733* <code >outputStream</code > - A writable data stream.
37353734
0 commit comments