public class DateToStringIso8601Serializer extends com.fasterxml.jackson.databind.JsonSerializer<Date>
| Constructor and Description |
|---|
DateToStringIso8601Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Date date,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(Date date, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Date>IOExceptionCopyright © 2020 Flowable. All rights reserved.