-
I am trying to use ScalaBuff in a [Spray](http://spray.io) application. The marshalling of messages to Protobuf works like a charm using ScalaBuff:
```
object ProtobufProtocols {
val ProtobufMediaT…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
On a generic typed Bean-Class, an Element of that Generic type may be marshaled and unmarshaled - this works.
But if the Generic Type gets bound to an **abstract** class, the unmarshaling Fails.
In t…
-
On a generic typed Bean-Class, an Element of that Generic type may be marshaled and unmarshaled - this works.
But if the Generic Type gets bound to an **abstract** class, the unmarshaling Fails.
In t…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
If two tags are separated only by spaces these spaces are lost.
Xml Example :
------------
Text content
link2 link3
.
Java Jaxb class :
-------------
@XmlType(name="TestAnyType")
@XmlRootElem…
-
Environment:
java version "1.8.0_121"
Java(TM) SE Runtime Environment (build 1.8.0_121-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode)
I think I'm experiencing a similar is…
-
```
What steps will reproduce the problem?
Use the following code:
FacebookJaxbRestClient client = new FacebookJaxbRestClient(apiKey,
secretKey, sessionId);
StreamData stream = client3.stream_get(nu…
-
I am implementing polymorphism mechanism with JSON-B, similar to Jackson one.
So I need to scan for a "@type" attribute and then deserialize again with the correct class.
```java
public class Ide…