commanded v0.10.0 Commanded.Serialization.JsonSerializer

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.