Search
Preparing search index...
The search index is not available
Spider Engine API
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
NativeSerializer
Class NativeSerializer<T>
Type parameters
T
Hierarchy
NativeSerializer
Index
Constructors
constructor
Properties
read
Property
type
Methods
write
Property
Constructors
constructor
new
Native
Serializer
(
ctor
:
Constructor
<
T
>
)
:
NativeSerializer
Parameters
ctor:
Constructor
<
T
>
Returns
NativeSerializer
Properties
read
Property
read
Property
:
function
Type declaration
(
json
:
T
)
:
T
Parameters
json:
T
Returns
T
type
type
:
Constructor
<
T
>
Methods
write
Property
write
Property
(
data
:
T
)
:
T
Parameters
data:
T
Returns
T
Globals
Native
Serializer
constructor
read
Property
type
write
Property