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