Writes a {@link DataList} to the supplied {@link Writer}.
@param list the map to write to {@code out}
@param out the {@link Writer} to write to
@throws IOException if there is an error during serialization
Write a list. FORMAT for null list EMPTY_OBJECT FORMAT for non-empty list ACTIVE_OBJECT for each contained object ACTOVE_OBJECT writeObject EMPTY_OBJECT (indicates end of the list
@param ll
@return
@throws IOException
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.