Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 웹뷰
- MSsql
- Maven
- 이클립스
- MS-SQL
- asp.net
- 안드로이드
- SpringSource Tool Suite
- Java
- TextBox
- Bootstrap
- Android
- Redirect
- Eclipse
- 자바
- decompiler
- varags
- 컬럼명
- MANTIS
- Web Service
- WebView
- scrollView
- 웹 서비스
- jsp
- javascript
- html
- C#
- 자바스크립트
- Apache Lucene
- STS
Archives
- Today
- Total
목록Xml 직렬화 (1)
bboks.net™
C#을 이용한 XML 직렬화
1. XML로 변환할 클래스 선언 public class Person { private string name; public string Name { get { return name; } set { name = value; } } private string age; public string Age { get { return age; } set { age = value; } } private Contract connect; public Contract Connect { get { return connect; } set { connect = value; } } } public class Contract { private string telephone; public string Telephone { get { ..
C# | ASP.NET/C#
2011. 9. 15. 14:54