Commanded.Serialization.JsonSerializer (Commanded v1.4.9)

View Source

A serializer that uses the JSON format and Jason library.

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.