Open tzaeschke opened 9 years ago
Currently, we store REF_PERS_ID + (len=-1). See hack in DateSerializer.writeClassInfo() (line 604), for GenericObject. Ideally, we would simply check for (val=null) in the beginning of the method.
DateSerializer.writeClassInfo()
GenericObject
This will result in a DB format change.
Currently, we store REF_PERS_ID + (len=-1). See hack in
DateSerializer.writeClassInfo()
(line 604), forGenericObject
. Ideally, we would simply check for (val=null) in the beginning of the method.This will result in a DB format change.