Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement generic reader/writer (utility methods) #5

Open
Cheatoid opened this issue Feb 2, 2021 · 0 comments
Open

Implement generic reader/writer (utility methods) #5

Cheatoid opened this issue Feb 2, 2021 · 0 comments
Assignees
Labels
api-common Common API enhancement New feature or request
Milestone

Comments

@Cheatoid
Copy link
Contributor

Cheatoid commented Feb 2, 2021

For example...

For net library:

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

For File class:

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

@Cheatoid Cheatoid added enhancement New feature or request api-common Common API labels Feb 2, 2021
@Cheatoid Cheatoid added this to the vNext milestone Feb 2, 2021
@Cheatoid Cheatoid self-assigned this Feb 2, 2021
@Cheatoid Cheatoid changed the title Make a generic net reader/writer Implement generic reader/writer (utility methods) Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-common Common API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant