Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9201839
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:06:55+00:00 2026-06-17T23:06:55+00:00

For Testing purposes I’m trying to design a way to verify that the results

  • 0

For Testing purposes I’m trying to design a way to verify that the results of statistical tests are identical across versions, platforms and such. There are a lot things that go on that include ints, nums, dates, Strings and more inside our collections of Objects.

In the end I want to ‘know’ that the whole set of instantiated objects sum to the same value (by just doing something like adding the checkSum of all internal properties).

I can write low level code for each internal value to return a checkSum but I was thinking that perhaps something like this already exists.

Thanks!

_swarmii

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:06:57+00:00Added an answer on June 17, 2026 at 11:06 pm

    This sounds like you should be using the serialization library (install via Pub).

    Here’s a simple example to get you started:

    import 'dart:io';
    import 'package:serialization/serialization.dart';
    
    class Address {
      String street;
      int number;
    }
    
    main() {
      var address = new Address()
        ..number = 5
        ..street = 'Luumut';
    
      var serialization = new Serialization()
        ..addRuleFor(address);
    
      Map output = serialization.write(address, new SimpleJsonFormat());
    
      print(output);
    }
    

    Then depending on what you want to do exactly, I’m sure you can fine tune the code for your purpose.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple class (for testing purposes) that I am trying to Query
I have installed WordPress locally on WampServer for testing purposes. I discovered that when
I'm trying to mock an existing Web Service in another environment for testing purposes
For testing purposes I'm trying to use SQLite, but it seems I'm missing the
For testing purposes, I installed .Net Framework 4 Client Profile. My tests ended and
For testing purposes, I am trying to send emails to hello@test.com , but qmail
I am trying to setup a local Sharepoint Server 2010 for testing purposes. I
For testing purposes, I need to find two 64-bit integer values that exactly multiply
I am trying to use virtualenv for testing purposes. Unfortunately i have run into
For unit testing purposes I'm trying to write a mock object of a class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.