Hi,wilsonjan.
I also met the problem.Did you solve it?

在 2013年2月8日星期五UTC+8下午4时06分41秒,wilsonjan写道:
>
> I'm using the Neo4jClient to create nodes in neo4j and would like to know 
> if there is a way to serialize and deserialize objects against .net types 
> which contain dictionaries to hold values for all the node properties.  The 
> reason for this is that the number of properties can vary over time.
>
> For example, I'd like to be able to do the following:
>
> public class Order
> {
>     public int OrderId { get; set; }
>     public Dictionary<string, string> Attributes { get; set; }
> }
>
> When (using the Neo4jClient) I read in the value of a node and convert it 
> to an Order type, each property in the node will get added to the 
> dictionary of Attributes.
>
> Likewise, when I save an object of this structure I need be able to 
> extract all the values in the Attributes dictionary and generate against 
> the node for each property.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to