====== Gson ====== * [[http://code.google.com/p/google-gson/|Google Gson]] ===== Map ===== * [[http://google-gson.googlecode.com/svn-history/r550/trunk/gson/src/test/java/com/google/gson/functional/MapTest.java|MapTest 예제]] * ''Type typeOfMap = new TypeToken>() {}.getType();'' 를 통해 원하는 맵의 ''Type'' 객체를 Gson 한테 넘기면 된다. ===== 참조 ===== * [[https://www.baeldung.com/gson-exclude-fields-serialization|Exclude Fields from Serialization in Gson | Baeldung]]