Documentation
Preparing search index...
@restatedev/restate-sdk
Serde
Interface Serde<T>
interface
Serde
<
T
>
{
contentType
?:
string
;
jsonSchema
?:
object
;
deserialize
(
data
:
Uint8Array
)
:
T
;
serialize
(
value
:
T
)
:
Uint8Array
;
}
Type Parameters
T
Implemented by
serde
.
JsonSerde
Index
Properties
content
Type?
json
Schema?
Methods
deserialize
serialize
Properties
Optional
content
Type
contentType
?:
string
Optional
json
Schema
jsonSchema
?:
object
Methods
deserialize
deserialize
(
data
:
Uint8Array
)
:
T
Parameters
data
:
Uint8Array
Returns
T
serialize
serialize
(
value
:
T
)
:
Uint8Array
Parameters
value
:
T
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Type
json
Schema
Methods
deserialize
serialize
Documentation
Loading...