Uses of Interface
org.javarosa.core.model.IAnswerDataSerializer
| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.utils | |
| org.javarosa.model.xform | |
| org.javarosa.xform.util |
-
Uses of IAnswerDataSerializer in org.javarosa.core.model
Methods in org.javarosa.core.model with parameters of type IAnswerDataSerializer Modifier and Type Method Description voidIAnswerDataSerializer. registerAnswerSerializer(IAnswerDataSerializer ads)Extends the serializing capabilities of this serializer by registering another, and allowing this serializer to operate on all of the data types that the argument can. -
Uses of IAnswerDataSerializer in org.javarosa.core.model.utils
Methods in org.javarosa.core.model.utils with parameters of type IAnswerDataSerializer Modifier and Type Method Description voidIInstanceSerializingVisitor. setAnswerDataSerializer(IAnswerDataSerializer ads) -
Uses of IAnswerDataSerializer in org.javarosa.model.xform
Methods in org.javarosa.model.xform with parameters of type IAnswerDataSerializer Modifier and Type Method Description voidCompactSerializingVisitor. setAnswerDataSerializer(IAnswerDataSerializer ads)voidSMSSerializingVisitor. setAnswerDataSerializer(IAnswerDataSerializer ads)Deprecated.voidXFormSerializingVisitor. setAnswerDataSerializer(IAnswerDataSerializer ads) -
Uses of IAnswerDataSerializer in org.javarosa.xform.util
Classes in org.javarosa.xform.util that implement IAnswerDataSerializer Modifier and Type Class Description classXFormAnswerDataSerializerThe XFormAnswerDataSerializer takes in AnswerData objects, and provides an XForms compliant (String or Element) representation of that AnswerData.Methods in org.javarosa.xform.util with parameters of type IAnswerDataSerializer Modifier and Type Method Description voidXFormAnswerDataSerializer. registerAnswerSerializer(IAnswerDataSerializer ads)