Skip to content

Commit

Permalink
remove legacy xml serializers for reflector
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatorCZ committed Sep 22, 2024
1 parent d9d0216 commit d17b125
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 327 deletions.
10 changes: 1 addition & 9 deletions include/spike/reflect/reflector_xml.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* De/Serializing Reflector data XML format
Copyright 2020-2023 Lukas Cone
Copyright 2020-2024 Lukas Cone
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,16 +30,8 @@ class ReflectorXMLUtil {
};
using flag_type = es::Flags<Flags>;
static pugi::xml_node PC_EXTERN Save(const Reflector &ri,
pugi::xml_node iNode,
bool asNewNode = false);
static pugi::xml_node PC_EXTERN SaveV2(const Reflector &ri,
pugi::xml_node iNode,
bool asNewNode = false);
static pugi::xml_node PC_EXTERN SaveV2a(const Reflector &ri,
pugi::xml_node iNode,
flag_type options = {});
static pugi::xml_node PC_EXTERN Load(Reflector &ri, pugi::xml_node iNode,
bool lookupClassNode = false);
static pugi::xml_node PC_EXTERN LoadV2(Reflector &ri, pugi::xml_node iNode,
bool lookupClassNode = false);
};
Loading

0 comments on commit d17b125

Please sign in to comment.