MythTV
master
|
#include <libmythbase/http/serialisers/mythserialiser.h>
Public Member Functions | |
MythSerialiser () | |
HTTPData | Result () |
Static Public Member Functions | |
static HTTPData | Serialise (const QString &Name, const QVariant &Value, const QStringList &Accept) |
Serialise the given data with an encoding suggested by Accept. More... | |
Protected Attributes | |
QBuffer | m_buffer |
HTTPData | m_result { nullptr } |
Definition at line 14 of file mythserialiser.h.
MythSerialiser::MythSerialiser | ( | ) |
Definition at line 13 of file mythserialiser.cpp.
|
static |
Serialise the given data with an encoding suggested by Accept.
Definition at line 27 of file mythserialiser.cpp.
Referenced by MythHTTPService::HTTPRequest().
HTTPData MythSerialiser::Result | ( | ) |
Definition at line 20 of file mythserialiser.cpp.
Referenced by Serialise().
|
protected |
Definition at line 22 of file mythserialiser.h.
Referenced by MythJSONSerialiser::MythJSONSerialiser(), MythSerialiser(), MythXMLPListSerialiser::MythXMLPListSerialiser(), and MythXMLSerialiser::MythXMLSerialiser().
|
protected |
Definition at line 23 of file mythserialiser.h.
Referenced by MythSerialiser(), and Result().