Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2026 Changes in this version + type Entry struct + DataFormat string + Name string + ReadFrom string + StringLength uint64 + StringTerminator string + TimeFormat string + type Serializer struct + Endianness string + Entries []*Entry + func (s *Serializer) Init() error + func (s *Serializer) Serialize(metric telegraf.Metric) ([]byte, error) + func (s *Serializer) SerializeBatch(metrics []telegraf.Metric) ([]byte, error)