Interface WireAdapter

  • All Known Implementing Classes:
    AbstractWireAdapter, DefaultWireAdapter, WLSWireAdapter

    public interface WireAdapter
    Concrete WireAdapter instances define the methods for transforming Entry's into serialized wire data and vice versa. WireAdapters should thrive to: - encode data efficiently and compactly - be resilient to errors -- a problem decoding an entry should not cause the decoding of subsequent entries to fail.