Since B4XOrderedMap cannot be used with the B4XSerializator and Json libraries directly I'm requesting that two methods below be added to B4XOrderedMap. They can be renamed if needed.
B4X:
'Exports the map variable.
Public Sub ExportMap As Map
Return map
End Sub
'Imports a previously created map.
Public Sub ImportMap (srcMap As Map)
map = srcMap
End Sub
Last edited: