| Package | Description |
|---|---|
| org.javarosa.core.model | |
| org.javarosa.core.model.utils | |
| org.javarosa.model.xform | |
| org.javarosa.xform.util |
| Modifier and Type | Method and Description |
|---|---|
void |
IAnswerDataSerializer.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IInstanceSerializingVisitor.setAnswerDataSerializer(IAnswerDataSerializer ads) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompactSerializingVisitor.setAnswerDataSerializer(IAnswerDataSerializer ads) |
void |
XFormSerializingVisitor.setAnswerDataSerializer(IAnswerDataSerializer ads) |
void |
SMSSerializingVisitor.setAnswerDataSerializer(IAnswerDataSerializer ads)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XFormAnswerDataSerializer
The XFormAnswerDataSerializer takes in AnswerData objects, and provides
an XForms compliant (String or Element) representation of that AnswerData.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XFormAnswerDataSerializer.registerAnswerSerializer(IAnswerDataSerializer ads) |
Copyright © 2021. All rights reserved.