it
Preparing search index...
it-rpc
ValueCodecs
Interface ValueCodecs
interface
ValueCodecs
{
fromValue
(
val
:
Value
,
pushable
:
Pushable
<
Uint8Array
<
ArrayBufferLike
>
>
,
invocation
:
Invocation
,
)
:
any
;
toValue
(
val
:
any
,
context
?:
any
,
invocation
?:
Invocation
)
:
Value
;
}
Index
Methods
from
Value
to
Value
Methods
from
Value
fromValue
(
val
:
Value
,
pushable
:
Pushable
<
Uint8Array
<
ArrayBufferLike
>
>
,
invocation
:
Invocation
,
)
:
any
Parameters
val
:
Value
pushable
:
Pushable
<
Uint8Array
<
ArrayBufferLike
>
>
invocation
:
Invocation
Returns
any
to
Value
toValue
(
val
:
any
,
context
?:
any
,
invocation
?:
Invocation
)
:
Value
Parameters
val
:
any
Optional
context
:
any
Optional
invocation
:
Invocation
Returns
Value
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
from
Value
to
Value
it
Loading...