Class PrivacyPolicyQueryResponseSerializerImpl
java.lang.Object
org.projecthusky.xua.serialization.impl.AbstractSerializerImpl
org.projecthusky.communication.ch.ppq.impl.serialization.PrivacyPolicyQueryResponseSerializerImpl
- All Implemented Interfaces:
Serializer<PrivacyPolicyQueryResponse>
public class PrivacyPolicyQueryResponseSerializerImpl
extends AbstractSerializerImpl
implements Serializer<PrivacyPolicyQueryResponse>
Implementation class of
Serializer<PrivacyPolicyQueryResponse>.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]toXmlByteArray(PrivacyPolicyQueryResponse ppqResponse) Method to serialize the instance of T into an byte array. Methode um eine Instanz von T in ein Byte Array zu serialisieren.toXmlElement(PrivacyPolicyQueryResponse ppqResponse) Method to serialize the instance of T into an xml structure. Methode um eine Instanz von T in eine XML Struktur zu serialisieren.toXmlString(PrivacyPolicyQueryResponse ppqResponse) Method to serialize the instance of T into a string. Methode um eine Instanz von T in einen string zu serialisieren.Methods inherited from class org.projecthusky.xua.serialization.impl.AbstractSerializerImpl
getOpenSamlSerializer, setOpenSamlSerializer
-
Constructor Details
-
PrivacyPolicyQueryResponseSerializerImpl
public PrivacyPolicyQueryResponseSerializerImpl()
-
-
Method Details
-
toXmlByteArray
Description copied from interface:SerializerMethod to serialize the instance of T into an byte array.Methode um eine Instanz von T in ein Byte Array zu serialisieren.- Specified by:
toXmlByteArrayin interfaceSerializer<PrivacyPolicyQueryResponse>- Parameters:
ppqResponse-the instance to be serializeddie Instanz die serialisert werden soll- Returns:
- the serialized instance as byte arraydie serialisierte Instanz als Byte Array
- Throws:
SerializeException-will be thrown when an error occures serializing the objectwird geworfen wenn ein Fehler beim Serialisieren des Objektes auftritt
-
toXmlElement
Description copied from interface:SerializerMethod to serialize the instance of T into an xml structure.Methode um eine Instanz von T in eine XML Struktur zu serialisieren.- Specified by:
toXmlElementin interfaceSerializer<PrivacyPolicyQueryResponse>- Parameters:
ppqResponse-the isntance to be serializeddie Instanz die serialisert werden soll- Returns:
- the serialized instance as xml structuredie serialisierte Instanz als XML Struktur
- Throws:
SerializeException-will be thrown when an error occures serializing the objectwird geworfen wenn ein Fehler beim Serialisieren des Objektes auftritt
-
toXmlString
Description copied from interface:SerializerMethod to serialize the instance of T into a string.Methode um eine Instanz von T in einen string zu serialisieren.- Specified by:
toXmlStringin interfaceSerializer<PrivacyPolicyQueryResponse>- Parameters:
ppqResponse-the instance to be serializeddie Instanz die serialisert werden soll- Returns:
- the serialized instance a stringdie serialisierte Instanz als string
- Throws:
SerializeException-will be thrown when an error occures serializing the objectwird geworfen wenn ein Fehler beim Serialisieren des Objektes auftritt
-