Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Toplo serialization features to store/unstore ToElements.
- Host: GitHub
- URL: https://github.com/opensmock/toplo-serialization
- Owner: OpenSmock
- License: mit
- Created: 2023-12-09T23:53:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-23T07:17:58.000Z (5 months ago)
- Last Synced: 2024-09-25T21:24:15.294Z (3 months ago)
- Topics: bloc, graphics, hmi, ihm, open-smock, pharo, pharo-smalltalk, serialization, serialization-library, serialize, serializer, smalltalk, smock, ston, toplo, ui, ui-library, ux
- Language: Smalltalk
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.