Package de.caluga.morphium.objectmapping
Class BsonGeoMapper
- java.lang.Object
-
- de.caluga.morphium.objectmapping.BsonGeoMapper
-
- All Implemented Interfaces:
MorphiumTypeMapper<Geo>
public class BsonGeoMapper extends Object implements MorphiumTypeMapper<Geo>
-
-
Constructor Summary
Constructors Constructor Description BsonGeoMapper()
-
-
-
Method Detail
-
marshall
public Object marshall(Geo o)
- Specified by:
marshallin interfaceMorphiumTypeMapper<Geo>
-
unmarshall
public Geo unmarshall(Object d)
- Specified by:
unmarshallin interfaceMorphiumTypeMapper<Geo>
-
-