org.msgpack.template
Class ObjectArrayTemplate
java.lang.Object
org.msgpack.template.AbstractTemplate
org.msgpack.template.ObjectArrayTemplate
- All Implemented Interfaces:
- Template
public class ObjectArrayTemplate
- extends AbstractTemplate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
componentClass
protected Class componentClass
componentTemplate
protected Template componentTemplate
ObjectArrayTemplate
public ObjectArrayTemplate(Class componentClass,
Template componentTemplate)
write
public void write(Packer packer,
Object v,
boolean required)
throws IOException
- Throws:
IOException
read
public Object read(Unpacker unpacker,
Object to,
boolean required)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.