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
NullSerializer
Class NullSerializer<T>
Type parameters
T
Hierarchy
NullSerializer
Index
Constructors
constructor
Properties
type
Methods
read
Property
write
Property
Constructors
constructor
new
Null
Serializer
(
ctor
:
Constructor
<
T
>
)
:
NullSerializer
Parameters
ctor:
Constructor
<
T
>
Returns
NullSerializer
Properties
type
type
:
Constructor
<
T
>
Methods
read
Property
read
Property
(
json
:
T
)
:
void
Parameters
json:
T
Returns
void
write
Property
write
Property
(
data
:
T
)
:
string
Parameters
data:
T
Returns
string
Globals
Null
Serializer
constructor
type
read
Property
write
Property