Groups
Sign in
Groups
protostuff
Conversations
About
Send feedback
Help
protostuff
Contact owners and managers
1–30 of 234
Mark all as read
Report group
0 selected
Guo Zou
1/22/22
WIRETYPE_REFERENCE has bug while handleUnknownField called
Method: io.protostuff.runtime.RuntimeSchema#mergeFrom, if Desers didn't have the field, it will
unread,
WIRETYPE_REFERENCE has bug while handleUnknownField called
Method: io.protostuff.runtime.RuntimeSchema#mergeFrom, if Desers didn't have the field, it will
1/22/22
squallud
7/3/20
How to ser/deser ListMultimap via protostuff
The object struct is like this: public class ListMultiMapWrapper { ListMultimap data; public
unread,
How to ser/deser ListMultimap via protostuff
The object struct is like this: public class ListMultiMapWrapper { ListMultimap data; public
7/3/20
liang Chen
, …
David Yu
6
6/23/20
A class contains map type serialization problem
Use ProtobufIOUtil On Tue, Jun 23, 2020 at 7:05 PM Wayne Chan <waynec...@gmail.com> wrote:
unread,
A class contains map type serialization problem
Use ProtobufIOUtil On Tue, Jun 23, 2020 at 7:05 PM Wayne Chan <waynec...@gmail.com> wrote:
6/23/20
SIDDHARTH KOHLI
4/23/20
How does it supports nested collections and null value ?
As per the Protocol Buffer documentation, nested Collections like Map<String,Map<String>>
unread,
How does it supports nested collections and null value ?
As per the Protocol Buffer documentation, nested Collections like Map<String,Map<String>>
4/23/20
Hans Blafoo
,
David Yu
6
12/30/19
How to maximize deserialization performance?
I digged deeper into the serialized results and found out, that using ExplicitIdStrategy also
unread,
How to maximize deserialization performance?
I digged deeper into the serialized results and found out, that using ExplicitIdStrategy also
12/30/19
mohammadreza pasha
12/25/19
Protostuff and .net protobufnet
hi . i want protostuff talk with .net protobufnet . my problem is when i serialize object that have
unread,
Protostuff and .net protobufnet
hi . i want protostuff talk with .net protobufnet . my problem is when i serialize object that have
12/25/19
Ricardo De Lemos
, …
Vijay Mohan
5
7/31/19
De-serialization stops for unknown field in JSON
Hi Ricardo, Were you able to solve the above issue, if Yes can you help me with some sample code
unread,
De-serialization stops for unknown field in JSON
Hi Ricardo, Were you able to solve the above issue, if Yes can you help me with some sample code
7/31/19
Ari Maniatis
, …
Steve Carlin
3
5/28/19
Java 9
Forgive my newbieness here if I'm asking something obvious. I know I'm adding to a question
unread,
Java 9
Forgive my newbieness here if I'm asking something obvious. I know I'm adding to a question
5/28/19
zhongming hua
,
David Yu
3
3/22/19
Why is the null value in the collection not serialized?
Is there any way to ignore the null value? 在 2019年3月21日星期四 UTC+8下午6:48:02,David Yu写道: On Thu, Mar 21,
unread,
Why is the null value in the collection not serialized?
Is there any way to ignore the null value? 在 2019年3月21日星期四 UTC+8下午6:48:02,David Yu写道: On Thu, Mar 21,
3/22/19
zhongming hua
3/21/19
why the null value in the collection is not serialized.
I want to know why the null value in the collection is not serialized.
unread,
why the null value in the collection is not serialized.
I want to know why the null value in the collection is not serialized.
3/21/19
Tsin Yi
,
David Yu
2
2/18/19
Q&A
Got String instead of the desired Pojo Type I need after deserialization
On Mon, Feb 18, 2019 at 5:21 PM Tsin Yi <light...@gmail.com> wrote: @David Yu: When I tried
unread,
Q&A
Got String instead of the desired Pojo Type I need after deserialization
On Mon, Feb 18, 2019 at 5:21 PM Tsin Yi <light...@gmail.com> wrote: @David Yu: When I tried
2/18/19
slux83
,
David Yu
4
2/7/19
Protostuff runtime schema and polymorphism
Many thanks! It worked! On Wednesday, February 6, 2019 at 6:29:43 PM UTC+1, David Yu wrote: If your
unread,
Protostuff runtime schema and polymorphism
Many thanks! It worked! On Wednesday, February 6, 2019 at 6:29:43 PM UTC+1, David Yu wrote: If your
2/7/19
Tsin Yi
,
David Yu
2
1/20/19
Buffer Previously used and had not been reset
The LinkedBuffer should not be shared between threads. Cache a thread-local-copy instead. On Mon, Jan
unread,
Buffer Previously used and had not been reset
The LinkedBuffer should not be shared between threads. Cache a thread-local-copy instead. On Mon, Jan
1/20/19
Sweety SW
10/4/18
Parsing Sub Messages possible
I have message with sub messages message A { ... } message B { repeated A a } I ll serialize message
unread,
Parsing Sub Messages possible
I have message with sub messages message A { ... } message B { repeated A a } I ll serialize message
10/4/18
Süleyman Vurucu
,
David Yu
2
9/7/18
Apache Ignite Marshaller integration
On Fri, Sep 7, 2018 at 1:57 PM Süleyman Vurucu <S_Vu...@hotmail.com> wrote: I try to use
unread,
Apache Ignite Marshaller integration
On Fri, Sep 7, 2018 at 1:57 PM Süleyman Vurucu <S_Vu...@hotmail.com> wrote: I try to use
9/7/18
JC
,
David Yu
4
4/12/18
How could runtime schema skip fields with default or uninitialized value in serialization?
On Thu, Apr 12, 2018 at 2:15 AM, JC <jin-che...@amobee.com> wrote: Do you mean overwrite
unread,
How could runtime schema skip fields with default or uninitialized value in serialization?
On Thu, Apr 12, 2018 at 2:15 AM, JC <jin-che...@amobee.com> wrote: Do you mean overwrite
4/12/18
760...@qq.com
,
David Yu
2
4/3/18
Can I use protostuff-compiler to transform .proto files to carry annotations?
Use triple slash /// On Tue, Apr 3, 2018 at 6:01 PM, <760...@qq.com> wrote: when I transfered
unread,
Can I use protostuff-compiler to transform .proto files to carry annotations?
Use triple slash /// On Tue, Apr 3, 2018 at 6:01 PM, <760...@qq.com> wrote: when I transfered
4/3/18
chenzhe...@gmail.com
,
David Yu
3
3/9/18
How to solve RuntimeExcepetion --> All fields are either transient/static.?
In order to ignore this warning, I just add some general fields for this class and it shows me that
unread,
How to solve RuntimeExcepetion --> All fields are either transient/static.?
In order to ignore this warning, I just add some general fields for this class and it shows me that
3/9/18
yanchuan2026
, …
chenzhe...@gmail.com
3
3/7/18
How to use the protostuff schema for Object[]
I am sorry to ask you a question here. I have already post a topic but I can not see my question on
unread,
How to use the protostuff schema for Object[]
I am sorry to ask you a question here. I have already post a topic but I can not see my question on
3/7/18
musicaud...@gmail.com
,
David Yu
2
1/8/18
inconsistent between list serialization and deserialization by using protostuff
1. Do not use objenesis. 2. Set -Dprotostuff.runtime.always_use_sun_reflection_factory=true If you do
unread,
inconsistent between list serialization and deserialization by using protostuff
1. Do not use objenesis. 2. Set -Dprotostuff.runtime.always_use_sun_reflection_factory=true If you do
1/8/18
soulresisdent
,
David Yu
2
1/4/18
ProtoStuff weather or not support ios
On Wed, Jan 3, 2018 at 10:25 AM, soulresisdent <soulre...@gmail.com> wrote: Please help me
unread,
ProtoStuff weather or not support ios
On Wed, Jan 3, 2018 at 10:25 AM, soulresisdent <soulre...@gmail.com> wrote: Please help me
1/4/18
Bogdan Vasile
,
David Yu
9
11/6/17
DefaultIdStrategy group filter recursion - for deep clone
Yes, we are using it for RPC. Most entities that we pass around are cyclic, and to simplify the
unread,
DefaultIdStrategy group filter recursion - for deep clone
Yes, we are using it for RPC. Most entities that we pass around are cyclic, and to simplify the
11/6/17
Samer Adra
,
David Yu
2
10/1/17
How to convert proto object to POJO
On Sat, Sep 30, 2017 at 4:38 AM, Samer Adra <same...@gmail.com> wrote: How can I convert a
unread,
How to convert proto object to POJO
On Sat, Sep 30, 2017 at 4:38 AM, Samer Adra <same...@gmail.com> wrote: How can I convert a
10/1/17
SuoNayi
,
David Yu
3
9/27/17
RuntimeSchema.getSchema line 140 get stuck
thank for your time. My web application is deployed into a cluster.Some hosts can not response http
unread,
RuntimeSchema.getSchema line 140 get stuck
thank for your time. My web application is deployed into a cluster.Some hosts can not response http
9/27/17
Vincenzo Pandolfo
,
David Yu
2
8/28/17
Custom RuntimeSchema for scalar types
On Fri, Aug 25, 2017 at 5:23 PM, Vincenzo Pandolfo <gnarv...@gmail.com> wrote: Hello, I am
unread,
Custom RuntimeSchema for scalar types
On Fri, Aug 25, 2017 at 5:23 PM, Vincenzo Pandolfo <gnarv...@gmail.com> wrote: Hello, I am
8/28/17
James Cook
,
David Yu
6
8/5/17
Map in .proto doesn't appear to generate anything
Ah ok! So what is the compiler that is in the protostuff/protostuff repository? Should I not be using
unread,
Map in .proto doesn't appear to generate anything
Ah ok! So what is the compiler that is in the protostuff/protostuff repository? Should I not be using
8/5/17
Carlos Tasada
,
David Yu
2
5/30/17
detect required fields
On Wed, May 31, 2017 at 1:04 AM, Carlos Tasada <cta...@gmail.com> wrote: Hi everyone, I've
unread,
detect required fields
On Wed, May 31, 2017 at 1:04 AM, Carlos Tasada <cta...@gmail.com> wrote: Hi everyone, I've
5/30/17
Rohan Suri
4/23/17
Parse/Decode raw protobuf msg
Hello everyone, I'm trying to find the right protostuff APIs to do what protoc --decode_raw and
unread,
Parse/Decode raw protobuf msg
Hello everyone, I'm trying to find the right protostuff APIs to do what protoc --decode_raw and
4/23/17
Jeppe Langhoff Sørensen
,
David Yu
3
4/3/17
Serialize anonymous inner class extending abstract class in third party library
Trying that, Thanks for the quick response. Den mandag den 27. marts 2017 kl. 11.07.41 UTC+2 skrev
unread,
Serialize anonymous inner class extending abstract class in third party library
Trying that, Thanks for the quick response. Den mandag den 27. marts 2017 kl. 11.07.41 UTC+2 skrev
4/3/17
Sven Zethelius
,
David Yu
2
3/31/17
Serializing a class as String (or other type)
On Fri, Mar 31, 2017 at 3:40 AM, Sven Zethelius <szet...@gmail.com> wrote: Using the
unread,
Serializing a class as String (or other type)
On Fri, Mar 31, 2017 at 3:40 AM, Sven Zethelius <szet...@gmail.com> wrote: Using the
3/31/17