That's (LOSFormatter) pretty interesting thing actually - I need to do more communication between machines and it was rather annoying to create XML for class then manually copy from object data into it,
The only thing that bothers me is that it seems to be part of ASP.NET - something I am not using as I don't want to depend upon IIS - I've written my own mini webserver and it has got some pretty big advantages one of which is portability - works fine on other platforms.
Have you come across with anything similar that is noT ASP.NET related? I think I've seen somewhere possibility to mark classes as serialiseable to save/load them.
The only thing that bothers me is that it seems to be part of ASP.NET - something I am not using as I don't want to depend upon IIS - I've written my own mini webserver and it has got some pretty big advantages one of which is portability - works fine on other platforms.
Have you come across with anything similar that is noT ASP.NET related? I think I've seen somewhere possibility to mark classes as serialiseable to save/load them.
Comment