Open jpsember opened 2 years ago
I think the above comment is not the problem... however, this is:
def to_json(self):
:
m[Experiment._key_array] = self._array.copy()
The datatype of the array needs to be called recursively to to_json
inst._2 = DataUtil.parse_list_of_objects(Layer.default_instance, obj.get(NeuralNetwork._k_2), False)
The generated java code looks like this:
mC = DataUtil.parseListOfObjects(IPoint.DEFAULT_INSTANCE, m.optJSList(C), false);