com.coyotegulch.jisp

Interface RecordFilter

public interface RecordFilter

A filter to automatically performs translations on objects stored in database records.

See Also: ObjectDatabaseFile

Method Summary
ObjectfilterDecode(Object target)
Decodes the target object.
ObjectfilterEncode(Object target)
Encodes the target object.

Method Detail

filterDecode

public Object filterDecode(Object target)
Decodes the target object.

Parameters: target object to be decoded

Returns: decoded form of target

filterEncode

public Object filterEncode(Object target)
Encodes the target object.

Parameters: target object to be encoded

Returns: encoded form of target