C# Class SketchfabPublisher.JSON

显示文件 Open project: adankevich/SketchfabExporter

Public Methods

Method Description
stringify ( ) : string
toJSON ( string json_str, Type t ) : object

Private Methods

Method Description
getBytes ( string str ) : byte[]

Method Details

stringify() public method

public stringify ( ) : string
return string

toJSON() public static method

public static toJSON ( string json_str, Type t ) : object
json_str string
t System.Type
return object