serde_dyn Crates.io Travis

Rust crate that assists with automatically identifying types in serialized data.

This allows you to use UUID values to select deserialization instructions to use at runtime, rather than being forced to pick a type to deserialize at compile time.

This crate was designed to solve a problem in the Amethyst game engine but I hope you'll find it useful outside of that context too.

Contributing

I welcome contributions and alterations to this project! Here's some info to help you get started.