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