Interface StreamEncoder<T>

All Known Subinterfaces:
DiffStreamCodec<T>, StreamCodec<T>
All Known Implementing Classes:
StreamCodecs.AbstractArrayStreamCodec

public interface StreamEncoder<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    encode(StreamOutput output, T item)