public interface Result
Modifier and Type | Method and Description |
---|---|
String |
serialize()
Serializes the result, using the standard serializer.
|
void |
serialize(Serializer ser)
Serializes the result.
|
void |
serialize(Serializer ser,
int index)
Serializes the item with the specified index.
|
long |
size()
Number of items, stored in the result instance.
|
long size()
String serialize() throws IOException
IOException
- I/O exceptionvoid serialize(Serializer ser) throws IOException
ser
- serializerIOException
- I/O exceptionvoid serialize(Serializer ser, int index) throws IOException
ser
- serializerindex
- offset of result to serializeIOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.