G O P S X
All Classes All Packages
All Classes All Packages
All Classes All Packages
G
- getStream() - Method in class org.xwiki.store.serialization.SerializationStreamProvider
O
- org.xwiki.store.serialization - package org.xwiki.store.serialization
- org.xwiki.store.serialization.xml - package org.xwiki.store.serialization.xml
P
- parse(InputStream) - Method in interface org.xwiki.store.serialization.Serializer
-
Parse an InputStream and create a new object.
- parse(Element) - Method in interface org.xwiki.store.serialization.xml.XMLSerializer
-
Deserialize from an XML Element.
S
- SerializationStreamProvider<R> - Class in org.xwiki.store.serialization
-
A stream provider which provides a stream from serializing an object.
- SerializationStreamProvider(Serializer<R, ?>, R) - Constructor for class org.xwiki.store.serialization.SerializationStreamProvider
-
The Constructor.
- serialize(R) - Method in interface org.xwiki.store.serialization.Serializer
-
Serialize the given object and return an InputStream.
- serialize(R, XMLWriter) - Method in interface org.xwiki.store.serialization.xml.XMLSerializer
-
Serialize to an XMLWriter.
- Serializer<R,P extends R> - Interface in org.xwiki.store.serialization
-
A generic thing for converting objects of a known type into InputStreams and back again.
X
- XMLSerializer<R,P extends R> - Interface in org.xwiki.store.serialization.xml
-
A Serializer which converts objects into XML Elements and back.
All Classes All Packages