emfjson / emfjson-jackson

JSON Binding for Eclipse Modeling Framework
https://emfjson.github.io
Other
80 stars 23 forks source link

Do not resolve references that have attribute resolve proxies set to false #77

Closed ghillairet closed 8 years ago

ghillairet commented 8 years ago

Current implementation always resolve references during deserialization. This should be changed so that references with resolve proxies set to false should not be resolved.

ghillairet commented 8 years ago

Added in 0.15 release.