|
iText 7 7.1.8 API
|
Serializes the More...
Static Public Member Functions |
|
| static void | Serialize (XMPMetaImpl xmp, Stream output, SerializeOptions options) |
| Static method to serialize the metadata object. More... |
|
| static String | SerializeToString (XMPMetaImpl xmp, SerializeOptions options) |
| Serializes an More... |
|
| static byte[] | SerializeToBuffer (XMPMetaImpl xmp, SerializeOptions options) |
| Serializes an More... |
|
|
inlinestatic |
Static method to serialize the metadata object.
Static method to serialize the metadata object. For each serialisation, a new XMPSerializer instance is created, either XMPSerializerRDF or XMPSerializerPlain so thats its possible to serialialize the same XMPMeta objects in two threads.
| xmp | a metadata implementation object |
| out | the output stream to serialize to |
| options | serialization options, can be
null
|
| iText.Kernel.XMP.XMPException |
|
inlinestatic |
Serializes an
XMPMeta-object as RDF into a byte buffer.
| xmp | a metadata implementation object |
| options | Options to control the serialization (see iText.Kernel.XMP.Options.SerializeOptions ). |
| iText.Kernel.XMP.XMPException | on serializsation errors. |
|
inlinestatic |
Serializes an
XMPMeta-object as RDF into a string.
Serializes an
-object as RDF into a string. Note: Encoding is forced to UTF-16 when serializing to a string to ensure the correctness of "exact packet size".
| xmp | a metadata implementation object |
| options | Options to control the serialization (see iText.Kernel.XMP.Options.SerializeOptions ). |
| iText.Kernel.XMP.XMPException | on serializsation errors. |