org.apache.pivot.wtkx
Interface Bindable


public interface Bindable

Allows WTKX serializer to automatically bind to an instance of a deserialized class.


Method Summary
 void initialize()
          Called to initialize the class after it has been completely processed and bound by the serializer.
 

Method Detail

initialize

void initialize()
Called to initialize the class after it has been completely processed and bound by the serializer.