C# 클래스 FBClient.Utils.StaticClassSerializer

파일 보기 프로젝트 열기: Noxalus/Final-Bomber

공개 메소드들

메소드 설명
Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool

메소드 상세

Load() 공개 정적인 메소드

public static Load ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
staticClass System.Type
fileName string
binaryFormatter bool
리턴 bool

Save() 공개 정적인 메소드

public static Save ( Type staticClass, string fileName, bool binaryFormatter = true ) : bool
staticClass System.Type
fileName string
binaryFormatter bool
리턴 bool