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 classAbstractContainerFormatSerializerAbstract serializer for the Kieker container format for monitoring records.classBinarySerializerSerializer for the default Kieker binary record format.classStringSerializerString serializer for monitoring records based on the record's toString method.