mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-20 05:49:06 +02:00
scala: fixed bug within reflection-based beans template builder
This commit is contained in:
@@ -153,7 +153,7 @@ public class BeansTemplateBuilder extends CustomTemplateBuilder{
|
||||
}
|
||||
pk.packNil();
|
||||
} else {
|
||||
pk.pack(obj);
|
||||
e.pack(obj, pk);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user