Toplo-Serialization

Description

Toplo serialization features to store/unstore ToElements.

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
1
Created
Dec. 9, 2023
Updated
March 30, 2026
Topics
bloc graphics hmi ihm open-smock pharo pharo-smalltalk serialization serialization-library serialize serializer smalltalk smock ston toplo ui ui-library ux

Categories

UI / Graphics Serialization

README excerpt

[![Pharo 11](https://img.shields.io/badge/Pharo-11-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 12](https://img.shields.io/badge/Pharo-12-%23aac9ff.svg)](https://pharo.org/download)
[![Pharo 13](https://img.shields.io/badge/Pharo-13-%23aac9ff.svg)](https://pharo.org/download)

[![License](https://img.shields.io/github/license/OpenSmock/Toplo-Serialization.svg)](./LICENSE)
[![Unit tests](https://github.com/OpenSmock/Toplo-Serialization/actions/workflows/CI.yml/badge.svg)](https://github.com/OpenSmock/Toplo-Serialization/actions/workflows/CI.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

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

## License

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