calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Jackson Module for deserializing Entity objects into BaseEntity #92

Closed cjnolet closed 10 years ago

eawagner commented 10 years ago

I think this should be a little tighter. Simply using this module will not work unless the TupleDeserializer is registered.

It is fairly simple to register the TupleSerializer and TupleDeserializer in the new TupleStoreModule. If we don't want to do that, then maybe a Readme should be added to mango JSON, explaining implied dependencies for registered modules.

eawagner commented 10 years ago

Also why not just register the entity deserializer in the TupleModule. Why do we need another Module?

cjnolet commented 10 years ago

Yeah man. Im gping to be tied up tonight. Any chance you could get a patch out for this? Im totally fine with your idea.