mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00: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