C# 클래스 ServerNetworkConnections.Protocol.XMLMessageParser

Utility class that helps parse AbstractMessages from a given XML String.
상속: AbstractMessageParser
파일 보기 프로젝트 열기: bakacaptain/istalkapp

공개 메소드들

메소드 설명
Parse ( String xml ) : AbstractMessage

Static method that takes in an xml String and converts it to an AbstractMessage. Will throw an XmlException if the xml String was in an unrecognized format.

메소드 상세

Parse() 공개 메소드

Static method that takes in an xml String and converts it to an AbstractMessage. Will throw an XmlException if the xml String was in an unrecognized format.
public Parse ( String xml ) : AbstractMessage
xml String A String with xml representing an AbstractMessage
리턴 AbstractMessage