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
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
printArrayXml
(Array array, XmlStream xml) Deprecated.static void
printBoolXml
(BoolFieldValue f, XmlStream xml) Deprecated.static void
printByteXml
(ByteFieldValue b, XmlStream xml) Deprecated.static void
printDocumentXml
(Document doc, XmlStream xml) Deprecated.static void
printDoubleXml
(DoubleFieldValue d, XmlStream xml) Deprecated.static void
printFloatXml
(FloatFieldValue f, XmlStream xml) Deprecated.static void
Deprecated.static void
printLongXml
(LongFieldValue l, XmlStream xml) Deprecated.static <K extends FieldValue,
V extends FieldValue>
voidprintMapXml
(MapFieldValue<K, V> map, XmlStream xml) Deprecated.static void
printRawXml
(Raw r, XmlStream xml) Deprecated.static void
Deprecated.static void
printStringXml
(StringFieldValue s, XmlStream xml) Deprecated.static void
printStructXml
(Struct s, XmlStream xml) Deprecated.static void
printWeightedSetXml
(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.
-