Integrating with other storage APIs

Sometimes it’s necessary to integrate Easy Save’s API with another service’s storage API. For example, to support consoles, or to integrate with cloud storage plugins.

This can be achieved by saving to cache, and retrieving the data as a byte array or string:

You can then store this byte array or stringĀ usingĀ the storage API you are integrating with.

The storage API should then allow you to retrieve this data as a string or byte array, which you can store in the cache and load from: