DerrickBrayanClayton / protobuf-net

Automatically exported from code.google.com/p/protobuf-net
0 stars 0 forks source link

Additional primative support #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add support for 16-bit/8-bit numbers? (byte/sbyte/short/ushort)
Note that since 32-bit numbers can be processed more efficiently than 8/16,
just needs to call the 32-bit variant (signed/not) versions and cast.

Add support for fixed-length (32/64) integers? Need to check spec...

Original issue reported on code.google.com by marc.gravell on 17 Jul 2008 at 12:48

GoogleCodeExporter commented 8 years ago
16-bit already handled during NWind demo.
Fixed 32/64 done.
8-bit and guid to go ;-p

Original comment by marc.gravell on 27 Jul 2008 at 7:30

GoogleCodeExporter commented 8 years ago
r102

Original comment by marc.gravell on 28 Jul 2008 at 7:25

GoogleCodeExporter commented 8 years ago

Original comment by marc.gravell on 28 Jul 2008 at 7:25