@@ -17,10 +17,11 @@ #include #include #include #import "OFObject.h" +#import "OFSerialization.h" typedef uint32_t of_unichar_t; /** * \brief The encoding of a string. @@ -50,11 +51,12 @@ @class OFURL; /** * \brief A class for handling strings. */ -@interface OFString: OFObject +@interface OFString: OFObject { char *string; size_t length; BOOL isUTF8; }