|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.loom.appengine.json.GeoPtJacksonMixin
public class GeoPtJacksonMixin
Mixin used to serialize GeoPt instances using Jackson.
To use, invoke
objectMapper.getSerializationConfig().addMixInAnnotations(GeoPt.class, GeoPtJacksonMixIn.class);Details about mixins in Jackson can be seen here
| Constructor Summary | |
|---|---|
GeoPtJacksonMixin()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoPtJacksonMixin()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||