Package io.airlift.drift.codec
package io.airlift.drift.codec
-
ClassDescriptionA placeholder for a
ThriftCodecthat defers computation of the real codec until it is actually used, and then just delegates to that codec.ThriftCodec<T>A single type codec for reading and writing in Thrift format.ThriftCodecManager contains an index of all known ThriftCodec and can create codecs for unknown types as needed.