c# - Serialization restrictions in .net -


i trying serialize object instance of pretty complex class - class consists of other complex classes. getting error reflecting. trying decorate every member xmlelement tag it's of work, doing experimental ui work , backend not important @ point. long works. there way of making serialization working without going , modifying tons of existing code?

thanks


Comments

Popular posts from this blog

python - argument must be rect style object - Pygame -

webrtc - Which ICE candidate am I using and why? -

c# - Better 64-bit byte array hash -