Packer
wvlet.airframe.msgpack.spi.Packer
trait Packer extends AutoCloseable
Message Packer interface
Attributes
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
if nanoAdjustment == 0 and epochSeconds <= 2^32, it will encode the timestamp using Timestamp32. Otherwise, an appropriate timestamp code is chosen automatically from one of timestamp32, timestamp64, and timestamp96.
if nanoAdjustment == 0 and epochSeconds <= 2^32, it will encode the timestamp using Timestamp32. Otherwise, an appropriate timestamp code is chosen automatically from one of timestamp32, timestamp64, and timestamp96.
Attributes
Concrete methods
Inherited methods
Attributes
- Inherited from:
- AutoCloseable
In this article