Uses of Class
kieker.monitoring.writer.serializer.AbstractMonitoringRecordSerializer
Packages that use AbstractMonitoringRecordSerializer
Package
Description
Copyright 2026 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.serializerModifier and TypeClassDescriptionclassAbstract serializer for the Kieker container format for monitoring records.classSerializer for the default Kieker binary record format.classString serializer for monitoring records based on the record's toString method.