Closed GoogleCodeExporter closed 8 years ago
This would be an enhancement instead of a defect.
Original comment by pta...@gmail.com
on 1 Jul 2009 at 9:44
Original comment by m.kaepp...@gmail.com
on 2 Jul 2009 at 6:47
This issue was closed by r54.
Original comment by m.kaepp...@gmail.com
on 2 Jul 2009 at 9:08
can someone please test this?
remember that the consumer need not be serialized separately when serializing
the
provider, since the provider holds a reference to the consumer, and the
consumer is
serializable. i.o.w:
// when serializing:
serialize(provider) // this also serializes consumer
// when restoring:
OAuthProvider provider = deserialize(source)
OAuthConsumer consumer = provider.getConsumer();
Original comment by m.kaepp...@gmail.com
on 2 Jul 2009 at 9:14
Original issue reported on code.google.com by
pta...@gmail.com
on 1 Jul 2009 at 9:41