Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::Serialize Class Reference

#include <qv4serialize_p.h>

+ Collaboration diagram for QV4::Serialize:

Static Public Member Functions

static QByteArray serialize (const Value &, ExecutionEngine *)
 
static ReturnedValue deserialize (const QByteArray &, ExecutionEngine *)
 

Detailed Description

Definition at line 25 of file qv4serialize_p.h.

Member Function Documentation

◆ deserialize()

ReturnedValue Serialize::deserialize ( const QByteArray & data,
ExecutionEngine * engine )
static

Definition at line 414 of file qv4serialize.cpp.

References deserialize(), and engine.

Referenced by deserialize(), and QQuickWorkerScript::event().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ serialize()

QByteArray Serialize::serialize ( const Value & value,
ExecutionEngine * engine )
static

Definition at line 407 of file qv4serialize.cpp.

References engine, and serialize().

Referenced by QQuickWorkerScriptEnginePrivate::method_sendMessage(), QQuickWorkerScript::sendMessage(), and serialize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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