@@ -26,11 +26,11 @@ #import "OFObject.h" #import "OFCollection.h" #import "OFEnumerator.h" #import "OFSerialization.h" #import "OFJSONRepresentation.h" -#import "OFBinaryPackRepresentation.h" +#import "OFMessagePackRepresentation.h" /*! @file */ @class OFString; @@ -80,11 +80,11 @@ /*! * @brief An abstract class for storing objects in an array. */ @interface OFArray: OFObject + OFSerialization, OFJSONRepresentation, OFMessagePackRepresentation> #ifdef OF_HAVE_PROPERTIES @property (readonly) size_t count; #endif /*!