Legend
| Property: IEqualityComparer<object> SerializationEqualityComparer
DeclarationIEqualityComparer<object> SerializationEqualityComparer SummaryProvides a means to customize Classify’s definition of object equality, i.e. to control which objects are serialized as references to each other and which ones are duplicated in the serialized form.RemarksThe default comparer treats all strings as different, thus causing them to be re-serialized each time even if they are in fact equal. All other objects are tested for reference equality. This way, object reference equality is preserved across serializing and deserializing.
An alternative may be, for example, to assign |