Class ModelReferencePayload

java.lang.Object
org.javarosa.core.model.instance.utils.ModelReferencePayload
All Implemented Interfaces:
IDataPayload, Externalizable

public class ModelReferencePayload
extends Object
implements IDataPayload
The ModelReferencePayload essentially provides a wrapper functionality around a ModelTree to allow it to be used as a payload, but only to actually perform the various computationally expensive functions of serialization when required.
Author:
Clayton Sims