springtg / lidgren-network-gen3

Automatically exported from code.google.com/p/lidgren-network-gen3
0 stars 0 forks source link

Supported Dictionary<Object,Object> in Write/Read Overloaded Method #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Introducing this 17 October
Will send code update
Hope its useful

Original issue reported on code.google.com by mark.js...@googlemail.com on 17 Oct 2010 at 9:47

GoogleCodeExporter commented 9 years ago
?

Original comment by lidg...@gmail.com on 19 Oct 2010 at 7:07

GoogleCodeExporter commented 9 years ago
I have code which takes a Dictionary<object,object> and 
List<object> in the writer and reader code sections and 
sends the contents and reconstructs.  I've found it useful
rather than using the byte[] with utility methods.  I'm
not sure if its unpure though for the lidgren source.  But
it sure is very handy for sending data structures back and fourth.

I dont know how to share the code on here so please ask for it 
via email if you want it.
regards
Mark

Original comment by mark.js...@googlemail.com on 3 Nov 2010 at 11:51

GoogleCodeExporter commented 9 years ago
I think it may be slightly too high level for the library. It has 
WriteAllFields et al and higher level abstraction than that is probably best 
built by the application

Original comment by lidg...@gmail.com on 3 Nov 2010 at 12:20