mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
fahhh
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "Reflection/Type.h"
|
||||
|
||||
class XmlElement;
|
||||
|
||||
namespace RBX
|
||||
{
|
||||
class WebSerializer {
|
||||
public:
|
||||
static XmlElement* writeTable(const RBX::Reflection::ValueMap& result);
|
||||
static XmlElement* writeList(const RBX::Reflection::ValueArray& result);
|
||||
static XmlElement* writeEntry(const std::string& key, const RBX::Reflection::Variant& value);
|
||||
static XmlElement* writeValue(const RBX::Reflection::Variant& value);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user