public class DateAsLongEncoding extends CustomEncoding<Date>
schema| Constructor and Description | 
|---|
DateAsLongEncoding()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Date | 
read(Object reuse,
    Decoder in)  | 
protected void | 
write(Object datum,
     Encoder out)  | 
getSchemaprotected final void write(Object datum, Encoder out) throws IOException
write in class CustomEncoding<Date>IOExceptionprotected final Date read(Object reuse, Decoder in) throws IOException
read in class CustomEncoding<Date>IOExceptionCopyright © 2009–2019 The Apache Software Foundation. All rights reserved.