public class DateSerializationHandler extends Object implements FormDataSerializationHandler
This class serialize date objects into the string representations
| Constructor and Description |
|---|
DateSerializationHandler() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Object value)
Returns whether the given value can be handled or not.
|
Object |
process(Object value)
Processes the given value and returns the resulting serialized value.
|
public boolean accept(Object value)
FormDataSerializationHandlerReturns whether the given value can be handled or not.
accept in interface FormDataSerializationHandlervalue - the value to decide on whether it can be handledpublic Object process(Object value)
FormDataSerializationHandlerProcesses the given value and returns the resulting serialized value.
process in interface FormDataSerializationHandlervalue - the value to processCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.