[][src]Module serde_bser::value

Enums

Value

The Value type is used in cases where the schema is not known statically. As used in Watchman's protocol, this allows encoding arbitrary metadata that can be passed through the system by eg: the state-enter command, or returned from a saved state storage engine. The values are conceptually equivalent to json values, with the notable difference that BSER can represent a binary byte string value.