Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opensmock/toplo-serialization

Toplo serialization features to store/unstore ToElements.
https://github.com/opensmock/toplo-serialization

bloc graphics hmi ihm open-smock pharo pharo-smalltalk serialization serialization-library serialize serializer smalltalk smock ston toplo ui ui-library ux

Last synced: 1 day ago
JSON representation

Toplo serialization features to store/unstore ToElements.

Awesome Lists containing this project

README

        

[![License](https://img.shields.io/github/license/OpenSmock/Toplo-Serialization.svg)](./LICENSE)
[![Pharo 11 CI](https://github.com/OpenSmock/Toplo-Serialization/actions/workflows/Pharo11CI.yml/badge.svg)](https://github.com/OpenSmock/Toplo-Serialization/actions/workflows/Pharo11CI.yml)
[![Pharo 12 CI](https://github.com/OpenSmock/Toplo-Serialization/actions/workflows/Pharo12CI.yml/badge.svg)](https://github.com/OpenSmock/Toplo-Serialization/actions/workflows/Pharo12CI.yml)

# Toplo-Serialization
Toplo serialization features to store/unstore ToElements.

## Getting Started

### Installation

To install the project on your Pharo image you can just execute the following script:

```smalltalk
Metacello new
baseline: 'ToploSerialization';
repository: 'github://OpenSmock/Toplo-Serialization:main/src';
load.
```

## Dependencies

- [Toplo](https://github.com/plantec/Toplo)
- [Bloc-Serialization](https://github.dev/OpenSmock/Bloc-Serialization)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.