palm-pdb
Preparing search index...
TypeId
Class TypeId
Serializable wrapper for a 32-bit type ID mapped to a 4-character string.
Hierarchy
{
length
:
number
;
value
:
string
;
assignJSON
<
JsonValueT
extends
string
>
(
jsonValue
:
JsonValueT
)
:
void
;
deserialize
(
buffer
:
Buffer
,
opts
?:
DeserializeOptions
)
:
number
;
getSerializedLength
(
opts
?:
SerializeOptions
)
:
number
;
serialize
(
opts
?:
SerializeOptions
)
:
Buffer
;
toJSON
()
:
any
;
}
TypeId
Index
Constructors
constructor
Properties
length
value
Methods
assignJSON
deserialize
get
Serialized
Length
serialize
toJSON
from
of
of
Length
Constructors
constructor
new
TypeId
()
:
TypeId
Returns
TypeId
Properties
length
length
:
number
value
value
:
string
= 'AAAA'
Methods
assignJSON
assignJSON
<
JsonValueT
extends
string
>
(
jsonValue
:
JsonValueT
)
:
void
Type Parameters
JsonValueT
extends
string
Parameters
jsonValue
:
JsonValueT
Returns
void
deserialize
deserialize
(
buffer
:
Buffer
,
opts
?:
DeserializeOptions
)
:
number
Parameters
buffer
:
Buffer
Optional
opts
:
DeserializeOptions
Returns
number
get
Serialized
Length
getSerializedLength
(
opts
?:
SerializeOptions
)
:
number
Parameters
Optional
opts
:
SerializeOptions
Returns
number
serialize
serialize
(
opts
?:
SerializeOptions
)
:
Buffer
Parameters
Optional
opts
:
SerializeOptions
Returns
Buffer
toJSON
toJSON
()
:
any
Returns
any
Static
from
from
<
T
extends
Serializable
>
(
this
:
new
()
=>
T
,
buffer
:
Buffer
,
opts
?:
DeserializeOptions
,
)
:
T
Type Parameters
T
extends
Serializable
Parameters
this
:
new
()
=>
T
buffer
:
Buffer
Optional
opts
:
DeserializeOptions
Returns
T
Static
of
of
<
ValueT
,
WrapperT
extends
SerializableWrapper
<
ValueT
>
>
(
this
:
new
()
=>
WrapperT
,
value
:
ValueT
,
)
:
WrapperT
Type Parameters
ValueT
WrapperT
extends
SerializableWrapper
<
ValueT
>
Parameters
this
:
new
()
=>
WrapperT
value
:
ValueT
Returns
WrapperT
Static
of
Length
ofLength
(
length
:
number
)
:
any
Parameters
length
:
number
Returns
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
length
value
Methods
assignJSON
deserialize
get
Serialized
Length
serialize
toJSON
from
of
of
Length
palm-pdb
Loading...
Serializable wrapper for a 32-bit type ID mapped to a 4-character string.