EventStore v0.17.0 EventStore.JsonSerializer View Source
A serializer that uses the JSON format.
Link to this section Summary
Functions
Deserialize given JSON binary data to the expected type.
Serialize given term to JSON binary data.
Link to this section Functions
Link to this function
deserialize(binary, config) View Source
Deserialize given JSON binary data to the expected type.
Link to this function
serialize(term) View Source
Serialize given term to JSON binary data.