public static MGDDictionary FromString(string objectStream) { return(EntitySerializer.FromString <MGDDictionary>(serializer, objectStream)); }