Package

io.fsq.spindle.common.thrift

serde

Permalink

package serde

Visibility
  1. Public
  2. All

Type Members

  1. class ThriftReusingSerializer[T <: TBase[_ <: TBase[_, _], _ <: TFieldIdEnum]] extends AnyRef

    Permalink

    Custom serializer that reuses the internal byte array instead of defensively copying.

    Custom serializer that reuses the internal byte array instead of defensively copying. NOTE: This means that you *must* use/copy the array before calling.

    As with the standard TSerializer, this is not threadsafe.

Ungrouped