ewe.util
Interface Encodable

All Known Implementing Classes:
ByteArray, CharArray, DatabaseSpecs, Dimension, EditableObject, FieldModifier, FieldSortEntry, IndexEntry, Insets, IntArray, Point, Property, Rect, Tag

public interface Encodable

This interface indicates that a field-by-field text encoding is allowed on the implementing object. If the class declares a public String _fields variable, then only those fields will be encoded - otherwise all public fields will be encoded/decoded.

This should only be used for simple objects. More complex objects should extend ewe.data.LiveObject and use that Class's method of encoding, or should implement ByteEncodable.