public class LocalDateMarshaller extends Object implements ObjectMarshaller
JSON ObjectMarshaller which converts a Date Object, conforming to the ECMA-Script-Specification Draft, to a String value.
Constructor and description |
---|
LocalDateMarshaller(Format formatter) Constructor with a custom formatter. |
LocalDateMarshaller() Default constructor. |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
marshalObject(Object object, JSON converter) |
|
public boolean |
supports(Object object) |