public class DateMarshaller 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 |
|---|
DateMarshaller(Format formatter)Constructor with a custom formatter. |
DateMarshaller()Default constructor. |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public void |
marshalObject(Object object, JSON converter) |
|
public boolean |
supports(Object object) |