Skip to content

Conversation

@tporadowski
Copy link
Contributor

When playing around with classes generated by Eclipse Modeling Framework I found that it was not possible to make use of factories generated by this tool when deserializing objects read from ArangoDB with arangodb-java-driver. This change exposes EntityFactory.getGsonBuilder() which may be further configured (i.e. with InstanceCreator<T>s, etc.) and then passed back to EntityFactory.configure() to be used by static methods of that class.

EntityFactory now exposes `getGsonBuilder()` which may be further
configured (i.e. with `InstanceCreator<T>`s) and then passed back to
`EntityFactory.configure()`.
@tporadowski
Copy link
Contributor Author

@gschwab hi, any chances to get this merged? :)

gschwab added a commit that referenced this pull request Mar 20, 2015
EntityFactory allows fine-tuning of Gson
@gschwab gschwab merged commit da7349a into arangodb:master Mar 20, 2015
@gschwab
Copy link
Contributor

gschwab commented Mar 20, 2015

Hi Tomasz !

Sorry for the delay. Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants