Package org.apache.jute
Interface Record
-
- All Known Implementing Classes:
ACL
,Id
,MultiResponse
,MultiTransactionRecord
,Stat
,StatPersisted
,StatPersistedV1
@Public public interface Record
Interface that is implemented by generated classes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deserialize(InputArchive archive, java.lang.String tag)
void
serialize(OutputArchive archive, java.lang.String tag)
-
-
-
Method Detail
-
serialize
void serialize(OutputArchive archive, java.lang.String tag) throws java.io.IOException
- Throws:
java.io.IOException
-
deserialize
void deserialize(InputArchive archive, java.lang.String tag) throws java.io.IOException
- Throws:
java.io.IOException
-
-