2009-06-28

Weekly Report for Project (2009-06-28)

    What i have done in last week are as follow:

    (1) I have written a wiki page describing how to serialize and deserialize.

    (2) I have downloaded the occmodule and occ, begin to familiarize them in order to do serialization work for them.

    (3) I am cooperating with jmiranda to resolve ticket#1588.

2009-06-20

Weekly Report For Project (2009-06-20)

    What i have done in last week are as follow:

    (1) I modified the logic to deal with short serialization, define a count variable in Own Serialization Strategy instead of using a threadlocal.

    (2) I abstracted some more in "BaseShortConverter", so that every sub short converter became more clear.

    (3) I collect three lists about which using Simple Framework's annotations and its seiralizer.

2009-06-15

Weekly Report for project (2009-06-15)

    In the past week, what i have done are as follow:

    (1) Complete the short serialization work including "XStreamShortSerializer.java" and all short converters for short-serialized class.

    (2) Complete all unit tests for every short-serialized class.

    (3) Write a class "XStreamShortSerializerTest" which contains some test methods for short serialization

2009-06-07

Weekly Report For Project (2009-06-07)

    In this week, what i have done are as follow:

    (1) Add a part of unit tests for testing long serialization and a file "XStreamSerializerTest.java" which has test methods which test the cglib's serialization, build reference for cglib, etc


    (2) Add and resolve a ticket about dealing with "set ImplementationId from web app"

    (3) Add a class "ConvertImplementationId" which convert all serialized data of ImplementationId from Simple to XStream