public class IntegerHandler extends Object implements DataHandler<Integer>
| Constructor and Description |
|---|
IntegerHandler() |
public Integer parse(byte[] data) throws IOException
parse in interface DataHandler<Integer>IOExceptionpublic byte[] serialize(Integer data) throws IOException
serialize in interface DataHandler<Integer>IOExceptionpublic Class<?> getType()
getType in interface DataHandler<Integer>Copyright © 2013. All Rights Reserved.