> For the complete documentation index, see [llms.txt](https://mandor-labs.gitbook.io/mandor-labs-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mandor-labs.gitbook.io/mandor-labs-docs/save-load/api/saveloadhandler.md).

# SaveLoadHandler

**Description**

This is base class for handling save load data. This class can be used if you want to make your own custom handler. If you want use built-in handler that write and read data from file, you can use [SaveLoadFileHandler\<T>](/mandor-labs-docs/save-load/api/saveloadfilehandler-less-than-t-greater-than.md) instead.

**Static Methods**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">GetSaveLoadHandler</mark></td><td>Get save load handler</td><td></td></tr><tr><td><mark style="color:pink;">SaveAll</mark></td><td>Save all data from all save load handler</td><td></td></tr><tr><td><mark style="color:pink;">LoadAll</mark></td><td>Load all data from all save load handler</td><td></td></tr></tbody></table>

**Public Property**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">order</mark></td><td>This handle priority order of save load handler. </td><td></td></tr></tbody></table>

**Public Methods**

<table><thead><tr><th>Property</th><th>Description</th><th data-hidden></th></tr></thead><tbody><tr><td><mark style="color:pink;">Save</mark></td><td>Save data</td><td></td></tr><tr><td><mark style="color:pink;">Load</mark></td><td>Load data</td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://mandor-labs.gitbook.io/mandor-labs-docs/save-load/api/saveloadhandler.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
