File tree Expand file tree Collapse file tree
msgpack-value/src/main/java/org/msgpack/value/impl Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535import java .nio .charset .CharacterCodingException ;
3636import java .nio .charset .UnsupportedCharsetException ;
3737
38+ import org .msgpack .core .MessagePacker ;
3839import org .msgpack .value .Value ;
3940import org .msgpack .value .ValueFactory ;
4041import org .msgpack .value .ImmutableValue ;
5455import org .msgpack .value .MessageTypeIntegerOverflowException ;
5556import org .msgpack .value .MessageTypeStringCodingException ;
5657import org .msgpack .core .ValueType ;
57- import org .msgpack .core .Packer ;
5858
5959class AbstractUnionMutableValue
6060 extends AbstractMutableValue
@@ -230,7 +230,7 @@ private ByteBuffer copyByteBuffer() {
230230 }
231231
232232 @ Override
233- public void writeTo (Packer pk ) throws IOException {
233+ public void writeTo (MessagePacker pk ) throws IOException {
234234 // TODO optimize
235235 immutableCopy (false ).writeTo (pk );
236236 }
You can’t perform that action at this time.
0 commit comments