MythTV  master
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
MythSerialiser Class Reference

#include <mythserialiser.h>

Inheritance diagram for MythSerialiser:
Inheritance graph
[legend]

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 }
 

Detailed Description

Definition at line 14 of file mythserialiser.h.

Constructor & Destructor Documentation

◆ MythSerialiser()

MythSerialiser::MythSerialiser ( )

Definition at line 13 of file mythserialiser.cpp.

Member Function Documentation

◆ Serialise()

HTTPData MythSerialiser::Serialise ( const QString &  Name,
const QVariant &  Value,
const QStringList &  Accept 
)
static

Serialise the given data with an encoding suggested by Accept.

Definition at line 27 of file mythserialiser.cpp.

Referenced by MythHTTPService::HTTPRequest().

◆ Result()

HTTPData MythSerialiser::Result ( )

Definition at line 20 of file mythserialiser.cpp.

Referenced by Serialise().

Member Data Documentation

◆ m_buffer

QBuffer MythSerialiser::m_buffer
protected

◆ m_result

HTTPData MythSerialiser::m_result { nullptr }
protected

Definition at line 23 of file mythserialiser.h.

Referenced by MythSerialiser(), and Result().


The documentation for this class was generated from the following files: