Skip to content

Implement generic reader/writer (utility methods) #5

Description

@Cheatoid

For example...

For net library:

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

For File class:

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions