@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
WithConversionClass
Interface WithConversionClass<T, Y>
Deprecated
-- move to toJSON methods
interface
WithConversionClass
<
T
,
Y
>
{
new
WithConversionClass
(
...
args
:
any
[]
)
:
T
;
toJSONSerializablePrefix
:
string
;
isInstance
(
value
:
any
)
:
value
is
T
;
toJSONSerializable
(
value
:
T
,
options
:
ToJSONSerializableOptions
)
:
Y
;
}
Type Parameters
T
Y
Index
Constructors
C
constructor
Properties
P
to
JSON
Serializable
Prefix
Methods
M
is
Instance
M
to
JSON
Serializable
Constructors
constructor
new
WithConversionClass
(
...
args
:
any
[]
)
:
T
Parameters
...
args
:
any
[]
Returns
T
Properties
to
JSON
Serializable
Prefix
toJSONSerializablePrefix
:
string
Methods
is
Instance
isInstance
(
value
:
any
)
:
value
is
T
Parameters
value
:
any
Returns
value
is
T
to
JSON
Serializable
toJSONSerializable
(
value
:
T
,
options
:
ToJSONSerializableOptions
)
:
Y
Parameters
value
:
T
options
:
ToJSONSerializableOptions
Returns
Y
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
C
constructor
Properties
P
to
JSON
Serializable
Prefix
Methods
M
is
Instance
M
to
JSON
Serializable
@keetanetwork/keetanet-client
Loading...
Deprecated
-- move to toJSON methods