How do I store arrays/lists in edge/vertex property values ?
Thanks,
How do I store arrays/lists in edge/vertex property values ?
Thanks,
Are you trying this in IBM Graph ? As of now, the types that are supported in IBM Graph are the primitive data types : string , long, double and boolean. Your best option would be to convert/serialize that object into a string and store that as a property of your edge/vertex.