C# 클래스 NetSerializer.Settings

파일 보기 프로젝트 열기: tomba/netserializer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CustomTypeSerializers ITypeSerializer[]
SupportIDeserializationCallback bool
SupportSerializationCallbacks bool

프로퍼티 상세

CustomTypeSerializers 공개적으로 프로퍼티

Array of custom TypeSerializers
public ITypeSerializer[] CustomTypeSerializers
리턴 ITypeSerializer[]

SupportIDeserializationCallback 공개적으로 프로퍼티

Support IDeserializationCallback
public bool SupportIDeserializationCallback
리턴 bool

SupportSerializationCallbacks 공개적으로 프로퍼티

Support OnSerializing, OnSerialized, OnDeserializing, OnDeserialized attributes
public bool SupportSerializationCallbacks
리턴 bool