Does anyone know if it is possible, actually if it has been done, to serialize an object in php and unserialize it in Java (java-php communication). Maybe an adapter will be
add into pom.xml
de.ailis.pherialize pherialize 1.2.1
then in code use
MixedArray list = Pherialize.unserialize(data).toArray(); // data is string `enter code here`