Groovy Documentation

org.codehaus.griffon.couchdb.json
[Java] Class JsonDateConverter

java.lang.Object
  org.codehaus.griffon.couchdb.json.JsonDateConverter
All Implemented Interfaces:
org.svenson.converter.TypeConverter

public class JsonDateConverter
extends Object

Authors:
Cory Hacking


Constructor Summary
JsonDateConverter()

 
Method Summary
Object fromJSON(Object value)

Object toJSON(Object value)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

JsonDateConverter

JsonDateConverter()


 
Method Detail

fromJSON

public Object fromJSON(Object value)


toJSON

public Object toJSON(Object value)


 

Groovy Documentation