Package com.yahoo.document.serialization
Class XmlSerializationHelper
java.lang.Object
com.yahoo.document.serialization.XmlSerializationHelper
Deprecated.
Date: Apr 17, 2008
- Author:
- Håkon Humberset
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprintArrayXml(Array array, XmlStream xml) Deprecated.static voidprintBoolXml(BoolFieldValue f, XmlStream xml) Deprecated.static voidprintByteXml(ByteFieldValue b, XmlStream xml) Deprecated.static voidprintDocumentXml(Document doc, XmlStream xml) Deprecated.static voidprintDoubleXml(DoubleFieldValue d, XmlStream xml) Deprecated.static voidprintFloatXml(FloatFieldValue f, XmlStream xml) Deprecated.static voidDeprecated.static voidprintLongXml(LongFieldValue l, XmlStream xml) Deprecated.static <K extends FieldValue,V extends FieldValue>
voidprintMapXml(MapFieldValue<K, V> map, XmlStream xml) Deprecated.static voidprintRawXml(Raw r, XmlStream xml) Deprecated.static voidDeprecated.static voidprintStringXml(StringFieldValue s, XmlStream xml) Deprecated.static voidprintStructXml(Struct s, XmlStream xml) Deprecated.static voidprintWeightedSetXml(WeightedSet ws, XmlStream xml) Deprecated.
-
Constructor Details
-
XmlSerializationHelper
public XmlSerializationHelper()Deprecated.
-
-
Method Details
-
printArrayXml
Deprecated. -
printMapXml
public static <K extends FieldValue,V extends FieldValue> void printMapXml(MapFieldValue<K, V> map, XmlStream xml) Deprecated. -
printByteXml
Deprecated. -
printDocumentXml
Deprecated. -
printDoubleXml
Deprecated. -
printFloatXml
Deprecated. -
printShortfloatXml
Deprecated. -
printBoolXml
Deprecated. -
printIntegerXml
Deprecated. -
printLongXml
Deprecated. -
printRawXml
Deprecated. -
printStringXml
Deprecated. -
printStructXml
Deprecated. -
printWeightedSetXml
Deprecated.
-