Module enso_prelude::serde_reexports[][src]

Expand description

Serde reexports for the code generated by declarative macros.

They cannot be directly reexported from prelude, as the methods serialize and deserialize that would be brought into scope by this, would collide with the other IDE-defined traits.

Traits

A data structure that can be deserialized from any data format supported by Serde.

A data structure that can be serialized into any data format supported by Serde.

Derive Macros