mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-04-27 01:40:50 +00:00
243 lines
6.6 KiB
HTML
243 lines
6.6 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="zh">
|
|
<head>
|
|
<!-- Generated by javadoc (1.8.0_181) on Sat May 30 11:03:38 CST 2020 -->
|
|
<title>序列化表格</title>
|
|
<meta name="date" content="2020-05-30">
|
|
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
<script type="text/javascript" src="script.js"></script>
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
try {
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="\u5E8F\u5217\u5316\u8868\u683C";
|
|
}
|
|
}
|
|
catch(err) {
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>您的浏览器已禁用 JavaScript。</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar.top">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.top" title="跳过导航链接">跳过导航链接</a></div>
|
|
<a name="navbar.top.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="导航">
|
|
<li><a href="overview-summary.html">概览</a></li>
|
|
<li>程序包</li>
|
|
<li>类</li>
|
|
<li>使用</li>
|
|
<li><a href="overview-tree.html">树</a></li>
|
|
<li><a href="deprecated-list.html">已过时</a></li>
|
|
<li><a href="index-files/index-1.html">索引</a></li>
|
|
<li><a href="help-doc.html">帮助</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>上一个</li>
|
|
<li>下一个</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">框架</a></li>
|
|
<li><a href="serialized-form.html" target="_top">无框架</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="allclasses-noframe.html">所有类</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<div class="header">
|
|
<h1 title="序列化表格" class="title">序列化表格</h1>
|
|
</div>
|
|
<div class="serializedFormContainer">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h2 title="程序包">程序包 com.java2nb.novel.common.exception</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.java2nb.novel.common.exception.BusinessException">
|
|
<!-- -->
|
|
</a>
|
|
<h3>类<a href="com/java2nb/novel/common/exception/BusinessException.html" title="com.java2nb.novel.common.exception中的类">com.java2nb.novel.common.exception.BusinessException</a>扩展java.lang.RuntimeException实现可序列化</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>序列化字段</h3>
|
|
<ul class="blockList">
|
|
<li class="blockListLast">
|
|
<h4>resStatus</h4>
|
|
<pre><a href="com/java2nb/novel/common/enums/ResponseStatus.html" title="com.java2nb.novel.common.enums中的枚举">ResponseStatus</a> resStatus</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="程序包">程序包 com.java2nb.novel.home.vo</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.java2nb.novel.home.vo.HomeBookVO">
|
|
<!-- -->
|
|
</a>
|
|
<h3>类<a href="com/java2nb/novel/home/vo/HomeBookVO.html" title="com.java2nb.novel.home.vo中的类">com.java2nb.novel.home.vo.HomeBookVO</a>扩展<a href="com/java2nb/novel/home/entity/HomeBook.html" title="com.java2nb.novel.home.entity中的类">HomeBook</a>实现可序列化</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>序列化字段</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>bookName</h4>
|
|
<pre>java.lang.String bookName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>picUrl</h4>
|
|
<pre>java.lang.String picUrl</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>authorName</h4>
|
|
<pre>java.lang.String authorName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>bookDesc</h4>
|
|
<pre>java.lang.String bookDesc</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>score</h4>
|
|
<pre>java.lang.Float score</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li class="blockList">
|
|
<h2 title="程序包">程序包 com.java2nb.novel.user.entity</h2>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="com.java2nb.novel.user.entity.User">
|
|
<!-- -->
|
|
</a>
|
|
<h3>类<a href="com/java2nb/novel/user/entity/User.html" title="com.java2nb.novel.user.entity中的类">com.java2nb.novel.user.entity.User</a>扩展java.lang.Object实现可序列化</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h3>序列化字段</h3>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>id</h4>
|
|
<pre>java.lang.Long id</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>username</h4>
|
|
<pre>java.lang.String username</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>password</h4>
|
|
<pre>java.lang.String password</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>nickName</h4>
|
|
<pre>java.lang.String nickName</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>userPhoto</h4>
|
|
<pre>java.lang.String userPhoto</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>userSex</h4>
|
|
<pre>java.lang.Byte userSex</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>accountBalance</h4>
|
|
<pre>java.lang.Long accountBalance</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>status</h4>
|
|
<pre>java.lang.Byte status</pre>
|
|
</li>
|
|
<li class="blockList">
|
|
<h4>createTime</h4>
|
|
<pre>java.util.Date createTime</pre>
|
|
</li>
|
|
<li class="blockListLast">
|
|
<h4>updateTime</h4>
|
|
<pre>java.util.Date updateTime</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar.bottom">
|
|
<!-- -->
|
|
</a>
|
|
<div class="skipNav"><a href="#skip.navbar.bottom" title="跳过导航链接">跳过导航链接</a></div>
|
|
<a name="navbar.bottom.firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="导航">
|
|
<li><a href="overview-summary.html">概览</a></li>
|
|
<li>程序包</li>
|
|
<li>类</li>
|
|
<li>使用</li>
|
|
<li><a href="overview-tree.html">树</a></li>
|
|
<li><a href="deprecated-list.html">已过时</a></li>
|
|
<li><a href="index-files/index-1.html">索引</a></li>
|
|
<li><a href="help-doc.html">帮助</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="subNav">
|
|
<ul class="navList">
|
|
<li>上一个</li>
|
|
<li>下一个</li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="index.html?serialized-form.html" target="_top">框架</a></li>
|
|
<li><a href="serialized-form.html" target="_top">无框架</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="allclasses-noframe.html">所有类</a></li>
|
|
</ul>
|
|
<div>
|
|
<script type="text/javascript"><!--
|
|
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
if(window==top) {
|
|
allClassesLink.style.display = "block";
|
|
}
|
|
else {
|
|
allClassesLink.style.display = "none";
|
|
}
|
|
//-->
|
|
</script>
|
|
</div>
|
|
<a name="skip.navbar.bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
</body>
|
|
</html>
|