Interface IScheme<T extends TBase>

All Known Implementing Classes:
StandardScheme, TupleScheme

public interface IScheme<T extends TBase>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(TProtocol iproto, T struct)
     
    void
    write(TProtocol oproto, T struct)