protons
Preparing search index...
protons-runtime
Codec
Interface Codec<T>
interface
Codec
<
T
>
{
decode
:
DecodeFunction
<
T
>
;
encode
:
EncodeFunction
<
T
>
;
name
:
string
;
stream
:
StreamFunction
<
T
>
;
type
:
number
;
}
Type Parameters
T
Index
Properties
decode
encode
name
stream
type
Properties
decode
decode
:
DecodeFunction
<
T
>
encode
encode
:
EncodeFunction
<
T
>
name
name
:
string
stream
stream
:
StreamFunction
<
T
>
type
type
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
decode
encode
name
stream
type
protons
Loading...