[Serializable] and ISerializable are not supported on Windows Phone.
I have #if'd them out for the time being, but this will need to be fixed as stuff happens in the interface implementation.
However, the ISerializable interface is only used by the BinaryFormatter, which is not available on WP. Thus it may be safe to actually remove these methods entirely for WP...