]
Veli Cris closed ISPN-5555.
---------------------------
Resolution: Done
Custom externalizer for Cache Store (jdbc)
------------------------------------------
Key: ISPN-5555
URL:
https://issues.jboss.org/browse/ISPN-5555
Project: Infinispan
Issue Type: Bug
Affects Versions: 6.0.2.Final
Environment: WildFly 8.2.0 / Linux
Reporter: Veli Cris
For a POJO object I created a class that implements Externalizer interface. I used
@SerializeWith annotation for POJO class and I printed out debugging information in
writeObject() method defined in Externalizer interface and I can see the log it's ok.
The problem is that in my database table (defined as Datasource), in data column I see
some hexa code and not what I overrided in writeObject() method.
Thank you,