ArabiaMvc.Helper.ArabiaJavaScriptConverter.Deserialize C# (CSharp) 메소드

Deserialize() 공개 메소드

public Deserialize ( object>.IDictionary dictionary, Type type, System.Web.Script.Serialization.JavaScriptSerializer serializer ) : object
dictionary object>.IDictionary
type System.Type
serializer System.Web.Script.Serialization.JavaScriptSerializer
리턴 object
        public override object Deserialize(IDictionary<string, object> dictionary, Type type, JavaScriptSerializer serializer)
        {
            throw new NotImplementedException();
        }
ArabiaJavaScriptConverter