ObjFW  Diff

Differences From Artifact [38cdbbc21b]:

To Artifact [3ddfbc785d]:

  • File src/OFObject.h — part of check-in [6ce0093f8d] at 2023-04-10 19:22:32 on branch trunk — Remove OFSerialization

    While the idea sounds nice that the tag name is the class, this means the
    serialization includes whether something is mutable or immutable. This means
    doing as much as making something immutable changes the serialization, which
    can then cause issues after being deserialized. (user: js, size: 43248) [annotate] [blame] [check-ins using]


1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522

OF_ASSUME_NONNULL_END

#include "OFBlock.h"

#ifdef __OBJC__
# import "OFObject+KeyValueCoding.h"
# import "OFObject+Serialization.h"
#endif

#endif







<



1512
1513
1514
1515
1516
1517
1518

1519
1520
1521

OF_ASSUME_NONNULL_END

#include "OFBlock.h"

#ifdef __OBJC__
# import "OFObject+KeyValueCoding.h"

#endif

#endif