serialVersionUID 생성하기 출처 ===> http://hyeonstorage.tistory.com/253 serialVersionUID 이란? Warning 해결하기 객체를 파일에 쓰거나 전송하기 위해서는 직렬화를 해야 하는데 그러기 위해 객체 클래스에 Serializable 인터페이스를 implements 하게 된다. [JAVA] 객체 직렬화 ObjectInputStream / ObjectOutputStream 하지만 Serializable 인터페이스를 implements 하게 되면 노란색 Warning이 발생한다. The serializable class *** does not declare a static final serialVersionUID field of type long 저렇게 Warning이 발생하지만 동작하는데는.. 더보기 Serializable 과 transient 의미와 사용법 출처 ==> http://hyeonstorage.tistory.com/254 Serializable 과 transient (1) Serializable 데이터를 파일에 쓰거나, 네트워크를 타고 다른 곳에 전송할 때는 데이터를 바이트 단위로 분해하여 순차적으로 보내야 한다. 이것을 직렬화(Serialization)라고 한다. 기본 자료형(boolean, char, byte, short, int ,long, float, double)은 정해진 바이트의 변수이기 때문에 바이트 단위로 분해하여 전송한 후 다시 조립하는데 문제가 없다. 하지만 객체의 크기는 가변적이며, 객체를 구성하는 자료형들의 종류와 수에 따라 객체의 크기는 다양하게 바뀔 수 있다. 이런 객체를 직렬화 하기 위해서 Serializable 인터페.. 더보기 gson for json library (google) - user guide https://sites.google.com/site/gson/gson-user-guide 더보기 HTML 구글맵 활용하기 (마커등) http://itta.co.kr/?p=327 더보기 samba 환경설정 http://forum.falinux.com/zbxe/index.php?mid=lecture_tip&page=2&document_srl=405792 더보기 이전 1 ··· 9 10 11 12 13 14 15 ··· 61 다음