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 eve.data.LiveObject and use that Class's method of encoding, or should
implement ByteEncodable.