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 TypeMethodDescriptionvoid
deserialize
(BufferedReader reader) void
serialize
(BufferedWriter writer)
-
Method Details
-
serialize
- Throws:
IOException
-
deserialize
- Throws:
IOException
org.jdom.JDOMException
-