View Source EventStore.JsonSerializer (EventStore v1.4.7)

A serializer that uses the JSON format.

Summary

Functions

Deserialize given JSON binary data to the expected type.

Serialize given term to JSON binary data.

Functions

deserialize(binary, config)

Deserialize given JSON binary data to the expected type.

serialize(term)

Serialize given term to JSON binary data.