Module serialize

Source
Expand description

Serialize and deserialize database operations from JSON

Enums§

GranularOperation
An incoming granular operation to be performed in the database The data can be partial or complete, depending on the operation.
OperationNotification
An outgoing operation notification to be sent to clients The data sent back is always complete, hence the generic parameter.

Traits§

Tabled
Entities related to a specific table

Functions§

object_array_from_value
Coerce a JSON value to a JSON object array
object_from_value
Coerce a JSON value to a JSON object

Type Aliases§

JsonObject
Generic JSON object type