robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Boxing in Value type #72

Open ThadHouse opened 7 years ago

ThadHouse commented 7 years ago

Currently we store all Values in an object type, which results in boxing, and some interesting code. Instead Value should become a base class, with every type having its own Value. This might help with serialization later as well for some potential ntcore features.