You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package provides common ways for decoding bytes into data models (e.g. Zipkin Span). These data models can then be decoded into internal pdata representations. Similarly, pdata can be encoded into a data model which can then be encoded into bytes.
3
+
This package provides common ways for decoding serialized bytes into protocol-specific in-memory data models (e.g. Zipkin Span). These data models can then be decoded into internal pdata representations. Similarly, pdata can be encoded into a data model which can then be encoded into bytes.
4
4
5
5
[encoding](encoding): Common interfaces for encoding/decoding bytes from/to data models.
6
6
7
7
[translation](translation): Common interfaces for encoding/decoding data models from/to pdata.
8
8
9
-
This package provides higher level APIs that do both encoding of bytes and data model if going directly pdata <-> bytes.
9
+
This package provides higher level APIs that do both encoding of bytes and data model if going directly pdata <-> bytes.
0 commit comments