Provides flattened serialization of Name objects as a simple string. More...
#include <NameSerializer.h>
Inherits AZ::Serialize::IDataSerializer.
Public Member Functions | |
| size_t | DataToText (IO::GenericStream &in, IO::GenericStream &out, bool) override |
| Convert binary data to text. | |
| size_t | TextToData (const char *text, unsigned int, IO::GenericStream &stream, bool) override |
| Convert text data to binary, to support loading old version formats. We must respect text version if the text->binary format has changed! | |
| size_t | Save (const void *classPtr, IO::GenericStream &stream, bool) override |
| Store the class data into a stream. | |
| bool | Load (void *classPtr, IO::GenericStream &stream, unsigned int, bool) override |
| Load the class data from a stream. | |
| bool | CompareValueData (const void *lhs, const void *rhs) override |
Provides flattened serialization of Name objects as a simple string.
Compares two instances of the type. Input pointers are assumed to point to valid instances of the class.