Ignore:
Timestamp:
09/23/13 18:54:07 (11 years ago)
Author:
psniegowski
Message:

HIGHLIGHTS:

  • add SimultorProviders? hierarchy
  • start Framsticks server over SSH
  • FJF compatible with Framsticks 4.0rc3
  • reading and writing of standard.expt
  • a proof-of-concept implementation of StandardExperiment?

CHANGELOG:
Optionally return FreeAccess? from registry.

Add SimulatorRange?.

StandardExperiment? with genotypes circulation.

Automate registration around StandardState?.

More improvements to StandardExperiment?.

Skeleton version of StandardExperiment?.

Test saving of StandardState?.

Standard experiment state is being loaded.

More development towards StandardState? reading.

Work on reading standard experiment state.

Add classes for standard experiment.

Update example standard.expt

Add FreeAccess? and FreeObject?.

Made compatible with version 4.0rc3

Change deserialization policy.

Improve SSH support.

Working running simulator over SSH.

Fix joining bug in Experiment.

Working version of SimulatorRunner?.

Add more SimulatorProviders?.

Working PrimeExperimentTest? with 4.0rc3

Add references to deserialization.

Add OpaqueObject? and it's serialization.

Add deserialization of dictionaries.

Partial implementation of deserialization.

Add more tests for deserialization.

Prepare tests for deserialization.

Add proper result to prime experiment test.

Minor fixes to simulators providers.

Draft version of SimulatorProvider?.

Add SimulatorProvider? interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/main/src/main/java/com/framsticks/params/types/ObjectParam.java

    r105 r107  
    55import com.framsticks.params.CompositeParam;
    66import com.framsticks.params.ParamBuilder;
    7 import com.framsticks.params.ParamsUtil;
    87import com.framsticks.params.ReassignResult;
    98
     
    5150        }
    5251
    53         @Override
    54         public <T> String serialize(T value) {
    55                 return ParamsUtil.serialize(value);
    56         }
    57 
    58         @Override
    59         public <T> T deserialize(String text, T currentValue, Class<T> type) {
    60                 return ParamsUtil.deserialize(text, type);
    61         }
     52        // @Override
     53        // public <T> String serialize(T value) {
     54        //      return ParamsUtil.serialize(value);
     55        // }
    6256
    6357}
Note: See TracChangeset for help on using the changeset viewer.