mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-08 02:40:09 +00:00
java: loads template classes when Unpacker, MessagePackObject or ClassTemplate is loaded
This commit is contained in:
parent
ee1ba5c0f2
commit
1c0afbc5c5
4 changed files with 9 additions and 4 deletions
|
|
@ -18,8 +18,6 @@ public class TestReflectionPackerTemplate {
|
|||
|
||||
@Test
|
||||
public void testPackConvert() throws Exception {
|
||||
tString(); // FIXME link StringTemplate
|
||||
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
|
||||
MessagePacker packer = ReflectionPacker.create(StringFieldClass.class);
|
||||
|
|
@ -45,8 +43,6 @@ public class TestReflectionPackerTemplate {
|
|||
|
||||
@Test
|
||||
public void testPackConvert02() throws Exception {
|
||||
tString(); // FIXME link StringTemplate
|
||||
|
||||
ByteArrayOutputStream out = new ByteArrayOutputStream();
|
||||
|
||||
CustomPacker.register(StringFieldClass.class, ReflectionPacker.create(StringFieldClass.class));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue