Skip to main content
Editing to avoid closure as "which technology to use"
Source Link
DMGregory
  • 140.8k
  • 23
  • 257
  • 401

In need of a How can I serialize lists to JSON on mobile friendly Json serializing library?

I'm having difficulties serializing lists with the built in JsonUtility with serializing lists. I eventually figured out this just isn't possible with its limited capabilities. 

As much as I'd like to use Newtonsoft, I cannot use that either because this is a mobile game, and from what I understand it doesn't work on Android or iOS. 

Does anyone have any suggestions on whatfor how I can use, becauseserialize my lists on mobile? I don't want to have to use hacky solutions to get these lists in and out of JsonJSON.

In need of a mobile friendly Json serializing library

I'm having difficulties serializing with the built in JsonUtility with serializing lists. I eventually figured out this just isn't possible with its limited capabilities. As much as I'd like to use Newtonsoft, I cannot use that either because this is a mobile game, and from what I understand it doesn't work on Android or iOS. Does anyone have any suggestions on what I can use, because I don't want to have to use hacky solutions to get these lists in and out of Json.

How can I serialize lists to JSON on mobile?

I'm having difficulties serializing lists with the built in JsonUtility. I eventually figured out this just isn't possible with its limited capabilities. 

As much as I'd like to use Newtonsoft, I cannot use that either because this is a mobile game, and from what I understand it doesn't work on Android or iOS. 

Does anyone have any suggestions for how I can serialize my lists on mobile? I don't want to have to use hacky solutions to get these lists in and out of JSON.

Source Link

In need of a mobile friendly Json serializing library

I'm having difficulties serializing with the built in JsonUtility with serializing lists. I eventually figured out this just isn't possible with its limited capabilities. As much as I'd like to use Newtonsoft, I cannot use that either because this is a mobile game, and from what I understand it doesn't work on Android or iOS. Does anyone have any suggestions on what I can use, because I don't want to have to use hacky solutions to get these lists in and out of Json.