-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
5.6 v2.2 实现了对象的传输 用到了netty自带的编解码器 遇到了些bug都是自己粗心导致的 这是一个系列 接下来会使用kryo还…
…有protobuf
- Loading branch information
1 parent
bf6be29
commit 6766904
Showing
2 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
4 changes: 0 additions & 4 deletions
4
zyt-rpc-common/src/main/java/serialization/entity/Person.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
package serialization.entity; | ||
|
||
|
||
|
||
|
||
import serialization.Serialization; | ||
|
||
import java.io.Serializable; | ||
|
||
//这是普通进行序列化传递需要 | ||
|
Binary file not shown.