Interface ProcedureStateSerializer
- All Known Implementing Classes:
ProcedureUtil.CompatStateSerializer
,ProcedureUtil.StateSerializer
-
Method Summary
Modifier and TypeMethodDescription<M extends org.apache.hbase.thirdparty.com.google.protobuf.Message>
Mdeserialize
(Class<M> clazz) void
serialize
(org.apache.hbase.thirdparty.com.google.protobuf.Message message)
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
<M extends org.apache.hbase.thirdparty.com.google.protobuf.Message> M deserialize(Class<M> clazz) throws IOException - Throws:
IOException
-