com.hazelcast.nio.serialization
Class ConstantSerializers.ByteSerializer
java.lang.Object
   com.hazelcast.nio.serialization.ConstantSerializers.ByteSerializer
com.hazelcast.nio.serialization.ConstantSerializers.ByteSerializer
- All Implemented Interfaces: 
- Serializer, StreamSerializer<Byte>
- Enclosing class:
- ConstantSerializers
- public static final class ConstantSerializers.ByteSerializer 
- extends Object
 
| Method Summary | 
|  int | getTypeId()
 | 
|  Byte | read(com.hazelcast.nio.ObjectDataInput in)
 | 
|  void | write(com.hazelcast.nio.ObjectDataOutput out,
      Byte obj)
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ConstantSerializers.ByteSerializer
public ConstantSerializers.ByteSerializer()
getTypeId
public int getTypeId()
- 
 
read
public Byte read(com.hazelcast.nio.ObjectDataInput in)
          throws IOException
- 
- Throws:
- IOException
 
write
public void write(com.hazelcast.nio.ObjectDataOutput out,
                  Byte obj)
           throws IOException
- 
- Throws:
- IOException
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.