Package dev.restate.sdk
Class JsonSerdes
java.lang.Object
dev.restate.sdk.JsonSerdes
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final dev.restate.serde.Serde<@NonNull Boolean>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull Byte>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull Double>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull Float>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull Integer>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull Long>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull Short>Deprecated, for removal: This API element is subject to removal in a future version.static final dev.restate.serde.Serde<@NonNull String>Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
STRING
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull String> STRINGDeprecated, for removal: This API element is subject to removal in a future version. -
BOOLEAN
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Boolean> BOOLEANDeprecated, for removal: This API element is subject to removal in a future version. -
BYTE
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Byte> BYTEDeprecated, for removal: This API element is subject to removal in a future version. -
SHORT
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Short> SHORTDeprecated, for removal: This API element is subject to removal in a future version. -
INT
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Integer> INTDeprecated, for removal: This API element is subject to removal in a future version. -
LONG
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Long> LONGDeprecated, for removal: This API element is subject to removal in a future version. -
FLOAT
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Float> FLOATDeprecated, for removal: This API element is subject to removal in a future version. -
DOUBLE
@Deprecated(since="2.0", forRemoval=true) public static final dev.restate.serde.Serde<@NonNull Double> DOUBLEDeprecated, for removal: This API element is subject to removal in a future version.
-
Context/StateKey/DurablePromiseKeymethods acceptingClass, for examplectx.run(String.class, myClosure)orctx.awakeable(Integer.TYPE)orStateKey.of("key", String.class)