Exemple #1
0
        private Stream tgt      = null;    // new MemoryStream();

        public PerfSer()
        {
            this.Ctzs    = TimeZoneService.S.GetTimeZones();
            this.core    = new CsnSer();
            this.forCore = new CsnForSer();
            this.jcore   = new JsonSer(Performance.JsonSer.longNames);
        }
Exemple #2
0
 public PerfDeser()
 {
     jser = new JsonSer(Performance.JsonSer.longNames);
 }