nklein / userial

Library for binary serialization/unserialization
http://nklein.com/software/unet/userial/
MIT License
18 stars 0 forks source link

Test cases for make-global-variable-serializer #7

Closed nklein closed 13 years ago

nklein commented 13 years ago

Need test cases for new make-global-variable-serializer

nklein commented 13 years ago

Added test cases and then reworked it to make it much more efficient than it had been before. Rather than sending the variable name, this uses an enum serializer on the possible variables.