Has anyone come up with a method to serialize a nested array in a Servoy method? This post demonstrates how to store an array in a database media field by using Java to serialize the array.
But when I try to use this method to serialize a nested array, I get this error:
org.mozilla.javascript.JavaScriptException: java.io.NotSerializableException: com.servoy.j2db.scripting.h
Has anyone solved this? I am trying to create a table that stores the name of a method to execute and an array of arguments to be passed upon execution. In many cases some of the arguments are themselves arrays. I have considered converting the array to a delimited string, but this presents more problems than it solves.
Thanks,
Steve In LA