WebSocketNode

This commit is contained in:
redkale
2024-10-10 01:53:11 +08:00
parent 35754cb8f5
commit 72d9427426
4 changed files with 23 additions and 52 deletions

View File

@@ -716,7 +716,7 @@ public abstract class ProtobufCoders {
}
}
// 只识别类型: Integer/Long/String/BigInteger
// 只识别类型: Integer/Long/String/BigInteger 用于WebSocketNode中userid类型
public static class ProtobufSerializableSimpledCoder
extends SimpledCoder<ProtobufReader, ProtobufWriter, Serializable>
implements ProtobufEncodeable<ProtobufWriter, Serializable> {