C# 클래스 Castle.Monorail.JSONSupport.JSONHelper

Provides utilities methods to work with JSON.
상속: Castle.MonoRail.Framework.Helpers.AbstractHelper
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
ToJSON ( object model ) : string

Converts a instance of the model to its JSON representation.

메소드 상세

ToJSON() 공개 메소드

Converts a instance of the model to its JSON representation.
public ToJSON ( object model ) : string
model object The model.
리턴 string