public interface ExcerptMarshallable
Modifier and Type | Method and Description |
---|---|
void |
readMarshallable(ExcerptCommon in)
read an object from an excerpt
|
void |
writeMarshallable(ExcerptCommon out)
write an object to an excerpt
|
void readMarshallable(ExcerptCommon in) throws IllegalStateException
in
- to read fromIllegalStateException
- if the object could not be read.void writeMarshallable(ExcerptCommon out)
out
- to write toCopyright © 2017. All rights reserved.