Search
Preparing search index...
The search index is not available
Kryo
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"readers/bson-value"
BsonValueReader
Class BsonValueReader
Hierarchy
BsonValueReader
Implements
Reader
<
any
>
Index
Constructors
constructor
Properties
trust
Input
Methods
read
Any
read
Boolean
read
Bytes
read
Date
read
Document
read
Float64
read
List
read
Map
read
Null
read
String
Constructors
constructor
new
Bson
Value
Reader
(
trust
?:
undefined
|
false
|
true
)
:
BsonValueReader
Parameters
Optional
trust:
undefined
|
false
|
true
Returns
BsonValueReader
Properties
Optional
trust
Input
trust
Input
:
boolean
|
undefined
Methods
read
Any
read
Any<R>
(
input
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
input:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Boolean
read
Boolean<R>
(
input
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
input:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Bytes
read
Bytes<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Date
read
Date<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Document
read
Document<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Float64
read
Float64<R>
(
input
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
input:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
List
read
List<R>
(
input
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
input:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Map
read
Map<R>
(
raw
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
raw:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
Null
read
Null<R>
(
input
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
input:
any
visitor:
ReadVisitor
<
R
>
Returns
R
read
String
read
String<R>
(
input
:
any
, visitor
:
ReadVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
input:
any
visitor:
ReadVisitor
<
R
>
Returns
R
Globals
"readers/bson-
value"
Bson
Value
Reader
constructor
trust
Input
read
Any
read
Boolean
read
Bytes
read
Date
read
Document
read
Float64
read
List
read
Map
read
Null
read
String
is
Binary
Generated using
TypeDoc