Uses of Class
kieker.monitoring.writer.serializer.AbstractMonitoringRecordSerializer
Package | Description |
---|---|
kieker.monitoring.writer.serializer |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
-
Uses of AbstractMonitoringRecordSerializer in kieker.monitoring.writer.serializer
Subclasses of AbstractMonitoringRecordSerializer in kieker.monitoring.writer.serializer Modifier and Type Class Description class
AbstractContainerFormatSerializer
Abstract serializer for the Kieker container format for monitoring records.class
BinarySerializer
Serializer for the default Kieker binary record format.class
StringSerializer
String serializer for monitoring records based on the record's toString method.