12:38pm - It's hot with a chance of rain today so I'm planning on staying home for work today. The first thing on the docket is research into C# and .NET serialization.
1:00pm - Research, research, research... It's a bit bland but I'm learning some useful things. Using this builtin Serialization method, for example, when you Deserialize an object from a binary string it doesn't run the constructor for the class. So I'll have to try and keep that in mind and make sure my classes are reassembled properly.
1:26pm - Okay so there is an [OnDeserialized] attribute I can put on a method and it'll be run after the class is deserialized. That should be handy. ^.^
6:03pm - Ended up napping for a couple hours and then playing a video game for an hour or two instead of working, but I'm not giving up. This research may be hard to make myself do, but it's important!
6:20pm - It looks like I stopped right before the end. ^.^;;
There doesn't seem to be anything else to research on this topic, so my next step is arranging the save and load functions of the system.
7:48pm - I did a bit more work but then watched the last few episodes of Adventure Time. I'll miss it. ^.^
I'm not sure what to do now though. I mean, with my work. I mean, I'm not sure my head can handle thinking about how to save and load my game just now. I'm going to take the rest of today as a break day I think.
1:00pm - Research, research, research... It's a bit bland but I'm learning some useful things. Using this builtin Serialization method, for example, when you Deserialize an object from a binary string it doesn't run the constructor for the class. So I'll have to try and keep that in mind and make sure my classes are reassembled properly.
1:26pm - Okay so there is an [OnDeserialized] attribute I can put on a method and it'll be run after the class is deserialized. That should be handy. ^.^
6:03pm - Ended up napping for a couple hours and then playing a video game for an hour or two instead of working, but I'm not giving up. This research may be hard to make myself do, but it's important!
6:20pm - It looks like I stopped right before the end. ^.^;;
There doesn't seem to be anything else to research on this topic, so my next step is arranging the save and load functions of the system.
7:48pm - I did a bit more work but then watched the last few episodes of Adventure Time. I'll miss it. ^.^
I'm not sure what to do now though. I mean, with my work. I mean, I'm not sure my head can handle thinking about how to save and load my game just now. I'm going to take the rest of today as a break day I think.