You will need to know what the data type is and use something like the following taken from here. I have not tried this.
Convert Java.Lang.Object to Array
Nathan Sokalski
4,111
Reputation points
I have a Java.Lang.Object which was created from a float[][][][] using Java.Lang.Object.FromArray(xxx). I now need to convert the Java.Lang.Object back to a float[][][][]. I am not very familiar with converting between Java.Lang.Object and .NET. How can I convert back to float[][][][]? Thanks.
Developer technologies .NET Xamarin
5,380 questions
Developer technologies C#
11,570 questions
1 answer
Sort by: Most helpful
-
Karen Payne MVP 35,586 Reputation points Volunteer Moderator
2022-09-24T11:58:50.233+00:00