org.msgpack.template
Class DateTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate<Date>
org.msgpack.template.DateTemplate
- All Implemented Interfaces:
- Template<Date>
public class DateTemplate
- extends AbstractTemplate<Date>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
write
public void write(Packer pk,
Date target,
boolean required)
throws IOException
- Throws:
IOException
read
public Date read(Unpacker u,
Date to,
boolean required)
throws IOException
- Throws:
IOException
getInstance
public static DateTemplate getInstance()
Copyright © 2011. All Rights Reserved.