Skip to content

Commit

Permalink
whatsmars-serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
javahongxi committed Oct 11, 2018
1 parent 14211ed commit 04f055f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.hongxi.whatsmars.codec;
package org.hongxi.whatsmars.common.serialize;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package org.hongxi.whatsmars.serialization;
package org.hongxi.whatsmars.common.serialize.hessian2;

import org.hongxi.whatsmars.codec.Serialization;
import org.hongxi.whatsmars.common.serialize.Serialization;

import java.io.IOException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package org.hongxi.whatsmars.serialization;
package org.hongxi.whatsmars.common.serialize.hessian2;

import com.caucho.hessian.io.Hessian2Input;
import com.caucho.hessian.io.Hessian2Output;
import org.hongxi.whatsmars.codec.Serialization;
import org.hongxi.whatsmars.common.serialize.Serialization;

import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
Expand Down

0 comments on commit 04f055f

Please sign in to comment.