Storing and maintaining serialized objects in C#
What are the best practices to store and maintain serialized objects in C#? Any strategies or patterns that apply?
Pros and cons of intrusive and non-intrusive serialization?
I am interesting in the pros and cons of serialization: intrusive and non-intrusive.
Build filter conditions for entities on client side
I have the requirement that users should be able to specify filter conditions for one kind of entity through a GUI on a thin client. These conditions must be
Serializing Data Structures in C [closed]
Closed 11 years ago.
Protobuf design patterns
I am evaluating Google Protocol Buffers for a Java based service (but am expecting language agnostic patterns). I have two questions:
What are your techniques for storing numpy structures in django database fields and how do you serialize them for http? [closed]
Closed 9 years ago.
Validating Objects With XSDs: Is Re-Serializing Redundant or Negligible?
Context:
Good serialization solution for communication between Python AND Haskell programs? [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. I found this: http://msgpack.org/ But.. I’ve never used […]
Java serialization – advantages and disadvantages, use or avoid? [closed]
Closed 9 years ago.
How to serialize and deserialize lambda expression in F#?
I serialized lambda expressions in C# before. Now I wanna use F# instead of C# for serialization and deserialization.