GetName() const | Urho3D::Serializer | virtual |
Write(const void *data, unsigned size)=0 | Urho3D::Serializer | pure virtual |
WriteBool(bool value) | Urho3D::Serializer | |
WriteBoundingBox(const BoundingBox &value) | Urho3D::Serializer | |
WriteBuffer(const ea::vector< unsigned char > &value) | Urho3D::Serializer | |
WriteByte(signed char value) | Urho3D::Serializer | |
WriteColor(const Color &value) | Urho3D::Serializer | |
WriteDouble(double value) | Urho3D::Serializer | |
WriteFileID(const ea::string &value) | Urho3D::Serializer | |
WriteFloat(float value) | Urho3D::Serializer | |
WriteInt(int value) | Urho3D::Serializer | |
WriteInt64(long long value) | Urho3D::Serializer | |
WriteIntRect(const IntRect &value) | Urho3D::Serializer | |
WriteIntVector2(const IntVector2 &value) | Urho3D::Serializer | |
WriteIntVector3(const IntVector3 &value) | Urho3D::Serializer | |
WriteLine(const ea::string &value) | Urho3D::Serializer | |
WriteMatrix3(const Matrix3 &value) | Urho3D::Serializer | |
WriteMatrix3x4(const Matrix3x4 &value) | Urho3D::Serializer | |
WriteMatrix4(const Matrix4 &value) | Urho3D::Serializer | |
WritePackedQuaternion(const Quaternion &value) | Urho3D::Serializer | |
WritePackedVector3(const Vector3 &value, float maxAbsCoord) | Urho3D::Serializer | |
WriteQuaternion(const Quaternion &value) | Urho3D::Serializer | |
WriteRect(const Rect &value) | Urho3D::Serializer | |
WriteResourceRef(const ResourceRef &value) | Urho3D::Serializer | |
WriteResourceRefList(const ResourceRefList &value) | Urho3D::Serializer | |
WriteShort(short value) | Urho3D::Serializer | |
WriteString(ea::string_view value) | Urho3D::Serializer | |
WriteString(std::string_view value) (defined in Urho3D::Serializer) | Urho3D::Serializer | |
WriteString(const char *value) (defined in Urho3D::Serializer) | Urho3D::Serializer | |
WriteStringHash(const StringHash &value) | Urho3D::Serializer | |
WriteStringVariantMap(const StringVariantMap &value) | Urho3D::Serializer | |
WriteStringVector(const StringVector &value) | Urho3D::Serializer | |
WriteUByte(unsigned char value) | Urho3D::Serializer | |
WriteUInt(unsigned value) | Urho3D::Serializer | |
WriteUInt64(unsigned long long value) | Urho3D::Serializer | |
WriteUShort(unsigned short value) | Urho3D::Serializer | |
WriteVariant(const Variant &value) | Urho3D::Serializer | |
WriteVariantData(const Variant &value) | Urho3D::Serializer | |
WriteVariantMap(const VariantMap &value) | Urho3D::Serializer | |
WriteVariantVector(const VariantVector &value) | Urho3D::Serializer | |
WriteVector2(const Vector2 &value) | Urho3D::Serializer | |
WriteVector3(const Vector3 &value) | Urho3D::Serializer | |
WriteVector4(const Vector4 &value) | Urho3D::Serializer | |
WriteVLE(unsigned value) | Urho3D::Serializer | |
~Serializer() | Urho3D::Serializer | virtual |