mirror of
https://github.com/livingcomputermuseum/IFS.git
synced 2026-04-18 00:46:53 +00:00
Cleanup, cleanup, cleanup. Fixed guest account a bit.
This commit is contained in:
@@ -36,6 +36,11 @@ namespace IFS
|
||||
public int Length;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Provides a framework for serialization and deserialization of properly annotated
|
||||
/// structs and classes; used to take raw data from the wire and reconstitute them into
|
||||
/// IFS objects, and turn those objects back into a bag of bytes that meet IFS specs.
|
||||
/// </summary>
|
||||
public static class Serializer
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user