View Source Commanded.Serialization.JsonSerializer (Commanded v1.4.8)

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.