Skip to content

Implement generic reader/writer (utility methods) #5

@Cheatoid

Description

@Cheatoid

For example...

For net library:

net.Write<float>(1234);
net.Read<float>();

For File class:

fileObj.Write<float>(1234);
fileObj.Read<float>();

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions