Skip to content

GreenPix/lycan-serialize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library intends to abstract all the serialization / deserialization parts of messages transiting on the network

It has a slight inconsistency: when serializing, it prefixes the message with its size, but when reading it it does not read this size first. This on the other hand allows the caller to ensure that the message has entirely arrived before processing it.

About

Serialization library for slayers online network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages