Interface RpcConverter<T>


  • public interface RpcConverter<T>
    • Method Detail

      • convertTo

        T convertTo​(RpcItem object)
      • convertFrom

        RpcItem convertFrom​(T object)