yojimbo87 / OrientDB-NET.binary

C#/.NET binary driver for OrientDB
MIT License
21 stars 19 forks source link

Implement new set type de/serialization #28

Closed yojimbo87 closed 11 years ago

yojimbo87 commented 11 years ago

From binary protocol docs:

Sets (collections without duplicates) must be enclosed by < and > characters. E.g. <1,2,3>, <#10:3,#10:4> and <(name:"Luca")>. There is a special case when use LINKSET type reported in detail in Special use of LINKSET types section. Before rel.15 SET type was stored as a list (see upon).

yojimbo87 commented 11 years ago

Done @ v0.2.1