Skip to content

Entity can now be serialized via serde

Magnus Manske requested to merge serde_json into master

This MR makes Entity serializable. It has a potential issue (see #16) but, for now, will try to infer the EntityType, and omit the type field if that does fail.

Merge request reports