I\'m implementing a factory pattern for 3 different cryptography classes. The factory will determine which one to create and then get a serialized instance of the correct cl
DataContractSerializer does not require parameterless constructor. What it instead requires are special attributes of class.