Class IdentityRecordDeserializer

java.lang.Object
com.linkedin.venice.serialization.IdentityRecordDeserializer
All Implemented Interfaces:
RecordDeserializer<ByteBuffer>

public class IdentityRecordDeserializer extends Object implements RecordDeserializer<ByteBuffer>
This class is used as an identity function to return the same bytes that were passed in the input to the output. It will reuse the inputs as much as possible.