I have a class which has a property of type System.IO.FileAttribute (enum)
Upon serializing with protobuf-net I get the error:
No wire-value is mapped to the enum System.IO.FileAttributes.Hidden, System, Archive
How would I go about mapping system enum's to a Contract with Members?