Method | Description | |
---|---|---|
Serialize ( |
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.
|
|
SerializeToBuffer ( |
Serializes an
|
|
SerializeToString ( |
Serializes an
|
Method | Description | |
---|---|---|
GetString ( byte bytes ) : string |
public static Serialize ( |
||
xmp | a metadata implementation object | |
@out | Stream | |
options | serialization options, can be null for default. |
|
return | void |
public static SerializeToBuffer ( |
||
xmp | a metadata implementation object | |
options | Options to control the serialization (see |
|
return | byte[] |
public static SerializeToString ( |
||
xmp | a metadata implementation object | |
options | Options to control the serialization (see
/// |
|
return | string |