Added json serialization of permissions in PermissionConverter.cs
authorPanagiotis Kanavos <pkanavos@gmail.com>
Wed, 26 Oct 2011 20:11:24 +0000 (23:11 +0300)
committerPanagiotis Kanavos <pkanavos@gmail.com>
Wed, 26 Oct 2011 20:11:24 +0000 (23:11 +0300)
commit9aa8abadbf12f1e35b74b6407863a7992de5bc57
tree06214fdde2083c37d70367bb987c97d6c1ff43f8
parentec6f38951eaecc3de2861d08b4326df97b26c974
Added json serialization of permissions in PermissionConverter.cs
Added json serialization of Pithos version timestamp dates in PithosDateTimeConverter.cs
Replaced redundant ObjectInfo properties with Json named attributes

Build intentionally left broken, moving code to another machine.

Next step, create the File Properties window
trunk/Pithos.Client.WPF/FileProperties/FilePropertiesViewModel.cs
trunk/Pithos.Core/Pithos.Core.csproj
trunk/Pithos.Core/packages.config
trunk/Pithos.Interfaces/ObjectInfo.cs
trunk/Pithos.Interfaces/PermissionConverter.cs [new file with mode: 0644]
trunk/Pithos.Interfaces/Pithos.Interfaces.csproj
trunk/Pithos.Interfaces/PithosDateTimeConverter.cs [new file with mode: 0644]
trunk/Pithos.Network.Test/ObjectInfoTest.cs
trunk/Pithos.Network/TreeHash.cs