C# 클래스 PerplexMail.SecurityDrivenDotNet.SerializationExtensions

파일 보기 프로젝트 열기: PerplexInternetmarketing/PerplexMail-for-Umbraco

공개 메소드들

메소드 설명
DeserializeToString ( this bytes ) : string
SerializeToBytes ( this str ) : byte[]

메소드 상세

DeserializeToString() 공개 정적인 메소드

public static DeserializeToString ( this bytes ) : string
bytes this
리턴 string

SerializeToBytes() 공개 정적인 메소드

public static SerializeToBytes ( this str ) : byte[]
str this
리턴 byte[]