From 55c34814bc7e6749a1530e7b36b51e0bc6358df3 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Tue, 14 Dec 2021 21:51:10 +0100 Subject: Remove Variant class, parse variants into Object. Change-Id: I9b4b3079aea42b74f6fcf6341305b6fded9234f4 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dead043..b607610 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,7 @@ This library provides a [GVariant][] parser in pure Java. ## Overview -The two foundational classes are `Value` and `Decoder`. - -`Value` is a sum type (sealed interface) that represents a -[GVariant][] value. Its subtypes represent the different types of -values that [GVariant][] supports. +The foundational class is `Decoder`. Instances of `Decoder` read a given concrete subtype of `Value` from a [ByteBuffer][]. The class also contains factory methods to create -- cgit v1.2.3