UpickleReader
Upickle reader for Appendable[T] that buffers the value, checks for the !append marker object, and deserializes accordingly.
Attributes
- Source
- Located.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Located.scala
Inherited methods
Attributes
- Definition Classes
-
Reader -> Visitor
- Inherited from:
- Reader
Attributes
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
Reader -> Visitor
- Inherited from:
- Reader
Attributes
- Inherited from:
- Reader
Value parameters
- index
-
json source position at the start of the
[being visited
Attributes
- Returns
-
a Visitor used for visiting the elements of the array
- Definition Classes
-
MapReader -> MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Value parameters
- index
-
json source position at the start of the
falsebeing visited
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Optional handler for raw double values; can be overriden for performance in cases where you're translating directly between numbers to avoid the overhead of stringifying and re-parsing your numbers (e.g. the WebJson transformer gets raw doubles from the underlying Json.parse).
Optional handler for raw double values; can be overriden for performance in cases where you're translating directly between numbers to avoid the overhead of stringifying and re-parsing your numbers (e.g. the WebJson transformer gets raw doubles from the underlying Json.parse).
Delegates to visitFloat64StringParts if not overriden
Value parameters
- d
-
the input number
- index
-
json source position at the start of the number being visited
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Inherited from:
- Visitor
Attributes
- Inherited from:
- Visitor
Convenience methods to help you compute the decimal-point-index and exponent-index of an arbitrary numeric string
Convenience methods to help you compute the decimal-point-index and exponent-index of an arbitrary numeric string
Value parameters
- index
-
json source position at the start of the string being visited
- s
-
the text string being visited
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Visit the number in its text representation.
Visit the number in its text representation.
Value parameters
- decIndex
-
index of the
., relative to the start of the CharSequence, or -1 if omitted - expIndex
-
index of
eorErelative to the start of the CharSequence, or -1 if omitted - index
-
json source position at the start of the number being visited
- s
-
unparsed text representation of the number.
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Value parameters
- index
-
json source position at the start of the
nullbeing visited
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Value parameters
- index
-
json source position at the start of the
{being visited
Attributes
- Returns
-
a ObjVisitor used for visiting the keys/values of the object
- Definition Classes
-
MapReader -> MapReader -> Visitor
- Inherited from:
- MapReader
Value parameters
- index
-
json source position at the start of the string being visited
- s
-
the text string being visited
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Value parameters
- index
-
json source position at the start of the
truebeing visited
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader
Attributes
- Definition Classes
-
MapReader -> Visitor
- Inherited from:
- MapReader