Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 81121
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:24:37+00:00 2026-05-10T21:24:37+00:00

with XStream , how can I ignore the serialization of a defined Type (for

  • 0

with XStream, how can I ignore the serialization of a defined Type (for instance, when serializing a GUI, i want to ignore all swing types)?

Or if i want to ignore all javax.* types?

Thanks in advance,
Burkhard

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:24:37+00:00Added an answer on May 10, 2026 at 9:24 pm

    you need to write a custom converter for the types you want to ignore.

    For example, if you want to ignore the JLabels:

    public class MyJLabelConverter implements Converter {      @Override     public void marshal(Object value, HierarchicalStreamWriter writer, MarshallingContext context) {     }      @Override     public Object unmarshal(HierarchicalStreamReader reader, UnmarshallingContext context) {         return null;     }      @Override     public boolean canConvert(Class clazz) {         return clazz.equals(JLabel.class);     } } 

    and register it with:

    xstream.registerConverter(new MyJLabelConverter()); 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is how I create XStream instance for XML: XStream xstream = new XStream();
I am using nice little piece of xstream to perform serialization. I have the
I'm writing a web applicaion in Eclipse, and I'm using the XStream Serialization Library
I would like to switch from Xstream to Jackson for serializing/deserializing objects in a
This is My Xml generated using xstream <Request> <MSISDN>9900624233</MSISDN> <TRANSID>123456</TRANSID> </Request> i want to
Can I safely use XStream to process XML coming from outside of my system
I am using Xstream to serializing a Job object. It looks working fine. but
I'm using XStream and JETTISON's Stax JSON serializer to send/receive messages to/from JSON javascripts
Attempting to use XStream's JavaBeanConverter and running into an issue. Most likely I'm missng
I have a class that uses XStream and is used as a transfer format

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.