Package hec.map
Interface GlyphDataRecordSerializable
- All Known Implementing Classes:
AiShapeGlyphDataRecord
public interface GlyphDataRecordSerializable
Public interface for all GlyphDataRecords that want to mark themselves as having there
own serialization methods.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeserialize(BufferedReader reader) voidserialize(BufferedWriter writer)
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOExceptionorg.jdom.JDOMException
-