Class RecordDeserializer

java.lang.Object
kieker.analysis.generic.source.RecordDeserializer

public class RecordDeserializer
extends java.lang.Object
Represents a deserializer that deserializes records based on their id and a byte buffer.
Since:
2.0.0
Author:
Christian Wulf
  • Constructor Summary

    Constructors 
    Constructor Description
    RecordDeserializer​(IRecordReceivedListener listener, ReaderRegistry<java.lang.String> registry)  
  • Method Summary

    Modifier and Type Method Description
    boolean deserializeRecord​(int clazzId, java.nio.ByteBuffer buffer)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait