Serializes the value, using the standard XML serializer, and returns the cached result. @return serialized value @throws QueryIOException query I/O exception
()
| 248 | * @throws QueryIOException query I/O exception |
| 249 | */ |
| 250 | public final ArrayOutput serialize() throws QueryIOException { |
| 251 | return serialize((SerializerOptions) null); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Serializes the value with the specified serialization parameters and returns the cached result. |