gtoolkit-wireencoding

Description

Serialisation for sending objects over the network

Details

Source
GitHub
License
MIT
Forks
1
Created
Nov. 1, 2024
Updated
March 23, 2026

Categories

Networking

README excerpt

# gtoolkit-wireencoding
Serialisation for sending objects over the network

## Installation

```st
Metacello new
	repository: 'github://feenkcom/gtoolkit-wireencoding:main/src';
	baseline: 'GtoolkitWireencoding';
	load
```

## Load Lepiter

After installing with Metacello, you will be able to execute

```
#BaselineOfGtoolkitWireencoding asClass loadLepiter
```

## Load Lepiter

After installing with Metacello, you will be able to execute

```
#BaselineOfGtoolkitWireencoding asClass loadLepiter
```
← Back to results