public interface IValueDeserializer
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolean()
Retrieves a
boolean value from the underlying data source. |
byte |
getByte()
Retrieves a
byte value from the underlying data source. |
byte[] |
getBytes(byte[] target)
Retrieves raw data from the underlying data source.
|
char |
getChar()
Retrieves a
char value from the underlying data source. |
double |
getDouble()
Retrieves a
double value from the underlying data source. |
float |
getFloat()
Retrieves a
float value from the underlying data source. |
int |
getInt()
Retrieves an
int value from the underlying data source. |
long |
getLong()
Retrieves a
long value from the underlying data source. |
short |
getShort()
Retrieves a
short value from the underlying data source. |
java.lang.String |
getString()
Retrieves a
String value from the underlying data source. |
boolean getBoolean()
boolean value from the underlying data source.byte getByte()
byte value from the underlying data source.char getChar()
char value from the underlying data source.short getShort()
short value from the underlying data source.int getInt()
int value from the underlying data source.long getLong()
long value from the underlying data source.float getFloat()
float value from the underlying data source.double getDouble()
double value from the underlying data source.java.lang.String getString()
String value from the underlying data source.byte[] getBytes(byte[] target)
target - The array to store the data inCopyright 2017 Kieker Project, http://kieker-monitoring.net