Search
Preparing search index...
The search index is not available
@mavenomics/coreutils
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
ObjectConverter
Class ObjectConverter
Hierarchy
Converter
<
object
>
ObjectConverter
Index
Properties
type
Methods
can
Convert
From
can
Stringify
convert
From
deserialize
from
String
infer
Instance
Of
is
Valid
serialize
to
String
try
From
String
Properties
Static
type
type
:
Type
= Types.Object
Methods
can
Convert
From
can
Convert
From
(
srcType
:
Type
)
:
boolean
Parameters
srcType:
Type
Returns
boolean
can
Stringify
can
Stringify
(
)
:
boolean
Returns
boolean
convert
From
convert
From
(
obj
:
any
, srcType
:
Type
)
:
any
Parameters
obj:
any
srcType:
Type
Returns
any
deserialize
deserialize
(
obj
:
object
)
:
object
Parameters
obj:
object
Returns
object
from
String
from
String
(
str
:
string
)
:
object
|
never
Parameters
str:
string
Returns
object
|
never
infer
Instance
Of
infer
Instance
Of
(
obj
:
any
)
:
number
Parameters
obj:
any
Returns
number
is
Valid
is
Valid
(
obj
:
object
)
:
boolean
Parameters
obj:
object
Returns
boolean
serialize
serialize
(
obj
:
object
)
:
object
Parameters
obj:
object
Returns
object
to
String
to
String
(
obj
:
object
)
:
string
Parameters
obj:
object
Returns
string
try
From
String
try
From
String
(
str
:
string
)
:
object
|
null
Parameters
str:
string
Returns
object
|
null
Globals
Object
Converter
type
can
Convert
From
can
Stringify
convert
From
deserialize
from
String
infer
Instance
Of
is
Valid
serialize
to
String
try
From
String
Generated using
TypeDoc