Метод | Описание | |
---|---|---|
DataTypeOverride ( string dataType, string marshaller, string unmarshaller ) : Json.LitJson |
Creates an override class that specifies overrides for a member
|
public DataTypeOverride ( string dataType, string marshaller, string unmarshaller ) : Json.LitJson | ||
dataType | string | The new custom type for a member |
marshaller | string | The custom marshaller for a member |
unmarshaller | string | The custom unmarshaller for a member |
Результат | Json.LitJson |