Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Summary

This section describes the Primordium implementations of org.osid.id.Id.

...

  • persisting an Id
  • transmitting an Id
  • logging an Id
  • configuring an Id
  • documenting well-known Ids

It's desirable to have something concise and readable than Java's Serializable methods provide. We use toString() for the output and valueOf(String) for the input. There are many possible formats to choose from.

...

and URL1Id and URL2Id will be equal. 

See Also

...