Re: [JGIT PATCH] 1/2 : (reworked) Externalizable/Serializable Items

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Shawn O. Pearce
Date: Wednesday, February 18, 2009 - 4:27 pm

Robin Rosenberg <robin.rosenberg.lists@dewire.com> wrote:

IMHO, if we are talking about either java.io.Serializable or
java.io.Externalizable, there's no point in considering a non
Java peer.

If you want a non-Java format, we'd need to consider a much
more neutral encoding, like Google's protobuf, or *shudder*
XML/JSON, or cooking up our own format.

That wasn't this thread started with.  The original poster just
wanted an easy way to serialize some basic data types from JGit,
as part of some higher level stream being done in the container
application.  Since that higher level stream is a apparently a
Java object serialization stream, we just need to match that.

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [JGIT PATCH] 1/2 : (reworked) Externalizable/Serializa ..., Johannes Schindelin, (Mon Feb 16, 1:16 pm)
Re: [JGIT PATCH] 1/2 : (reworked) Externalizable/Serializa ..., Shawn O. Pearce, (Wed Feb 18, 4:27 pm)