Skip to main content

Module region_wal_options_serde

Module region_wal_options_serde 

Source
Expand description

Serde helpers for RegionWalOptions persisted in metadata.

Metadata writes WAL options as JSON strings encoded from [WalOptions] for compatibility. The deserializer also accepts structured JSON objects.

Functionsยง

deserialize
Deserializes region WAL options from either structured or legacy encoded form.
serialize
Serializes region WAL options as encoded JSON strings.