@@ -24,11 +24,11 @@ #include #import "OFObject.h" #import "OFSerialization.h" #import "OFJSONRepresentation.h" -#import "OFBinaryPackRepresentation.h" +#import "OFMessagePackRepresentation.h" /*! @file */ /*! * @brief The C type of a number stored in an OFNumber. @@ -95,11 +95,11 @@ /*! * @brief Provides a way to store a number in an object. */ @interface OFNumber: OFObject + OFJSONRepresentation, OFMessagePackRepresentation> { union of_number_value { bool bool_; signed char schar; signed short sshort;