CippSharp.Serialization
CippSharp.Serialization provides custom data serialization tools for Unity projects. The package includes CustomDataPairs and BinaryHolder utilities with practical examples, enabling efficient binary data handling and serialization workflows. Requires Containers and UtilsAndExtensions dependencies from the CippSharp ecosystem.
com.cippsharp.serialization 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/ziosthecloudburster-serialization.git README Markdown
Copy this to your project's README.md
## Installation
Add **CippSharp.Serialization** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/ziosthecloudburster-serialization.git
```
[](https://www.pkglnk.dev/pkg/ziosthecloudburster-serialization)README
Serialization
Custom Data Serialization
Dependencies
- Containers → tag 1.1.X,
- UtilsAndExtensions → tag 1.1.X
Content:
Contains CustomDataPairs and BinaryHolder and few examples with 'tips'.
How to Install:
- Option 1 (suggested) add this as submodule / separate repo in your project by copy/paste the git url then navigate TAGs for releases.
- Option 2 (readonly) it supports UnityPackageManager so you can download by copy/paste the git url in 'PackageManagerWindow + Install From Git'. As said this is a readonly solution so you cannot access all this way.
No comments yet. Be the first!