Jido.Signal.Serialization.ModuleNameTypeProvider (Jido v1.1.0-rc.2)

View Source

A type provider that uses the Elixir module name

Example:

  • %An.Event{} module mapped to "Elixir.An.Event".

Summary

Functions

Convert a struct to a type string.

Convert a type string to a struct.

Functions

to_string(struct)

Convert a struct to a type string.

to_struct(type)

Convert a type string to a struct.