Class LongSerDe
java.lang.Object
org.apache.nifi.processors.hadoop.util.LongSerDe
- All Implemented Interfaces:
Deserializer<Long>,Serializer<Long>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(byte[] input) voidserialize(Long value, OutputStream out)
-
Constructor Details
-
LongSerDe
public LongSerDe()
-
-
Method Details
-
deserialize
- Specified by:
deserializein interfaceDeserializer<Long>- Throws:
DeserializationExceptionIOException
-
serialize
- Specified by:
serializein interfaceSerializer<Long>- Throws:
SerializationExceptionIOException
-